Skip to content

Commit

Permalink
add -Wall and temporary remove -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Nov 17, 2022
1 parent 9ad9856 commit 1e872f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build
env:
# TODO: -pedantic-errors here won't go through ./configure (with GNU C)
CFLAGS: "-std=${{ matrix.c }} -fPIC"
CFLAGS: "-std=${{ matrix.c }} -fPIC -Wall"
# TODO: -pedantic-errors here won't compile
CXXFLAGS: "-std=${{ matrix.cpp }} -fPIC"
run: .github/workflows/build_ubuntu-20.04.sh $HOME/install -Werror
CXXFLAGS: "-std=${{ matrix.cpp }} -fPIC -Wall"
run: .github/workflows/build_ubuntu-20.04.sh $HOME/install

0 comments on commit 1e872f7

Please sign in to comment.