Skip to content

Commit

Permalink
add cxx flag -Wno-class-memaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Nov 17, 2022
1 parent 1e872f7 commit 46ed94c
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"
CXXFLAGS: "-std=${{ matrix.cpp }} -fPIC -Wall -Wno-class-memaccess"
run: .github/workflows/build_ubuntu-20.04.sh $HOME/install

0 comments on commit 46ed94c

Please sign in to comment.