Skip to content

Commit

Permalink
ci: Append -Wno-maybe-uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed May 29, 2024
1 parent 46612ad commit 8b63be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Generate build system
run: |
cmake -B build --preset ci-linux -DBoost_INCLUDE_DIR="${PWD}/${{ matrix.conf.boost_archive }}" -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12
cmake -B build --preset ci-linux -DBoost_INCLUDE_DIR="${PWD}/${{ matrix.conf.boost_archive }}" -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 -DAPPEND_CXXFLAGS="-Wno-maybe-uninitialized"
- name: Build
working-directory: build
Expand Down

0 comments on commit 8b63be2

Please sign in to comment.