We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4086019 commit ae4d67aCopy full SHA for ae4d67a
.github/workflows/ubuntu_pedantic.yml
@@ -34,7 +34,7 @@ jobs:
34
run: cmake -D ADA_TESTING=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -G Ninja -B build
35
env:
36
CXX: g++-12
37
- CXXFLAGS: -Werror -Wextra
+ CXXFLAGS: -Werror -Wextra -Wno-unused-parameter
38
- name: Build
39
run: cmake --build build -j=4
40
- name: Test
0 commit comments