Skip to content

Commit

Permalink
merge in OSGeo#2734
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jan 7, 2023
1 parent 85a3d71 commit 196eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
# TODO: -pedantic-errors here won't go through ./configure (with GNU C)
CFLAGS: "-std=${{ matrix.c }} -fPIC -Wall"
# TODO: -pedantic-errors here won't compile
CXXFLAGS: "-std=${{ matrix.cpp }} -fPIC -Wall -Wno-error=class-memaccess"
CXXFLAGS: "-std=${{ matrix.cpp }} -fPIC -Wall"
run: .github/workflows/build_ubuntu-22.04.sh $HOME/install -Werror

0 comments on commit 196eefb

Please sign in to comment.