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 70513a0 commit 49033b9Copy full SHA for 49033b9
.github/workflows/build-cppfront.yaml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ${{ matrix.runs-on }}
37
env:
38
CXX: ${{ matrix.compiler }}
39
- CXXFLAGS: -std=${{ matrix.cxx-std }} -Wall -Wextra -Wold-style-cast -Wpedantic -Werror -pthread
+ CXXFLAGS: -std=${{ matrix.cxx-std }} -Wall -Wextra -Wold-style-cast -Wunused-parameter -Wpedantic -Werror -pthread
40
steps:
41
- uses: actions/checkout@v3
42
- name: Install compiler
0 commit comments