Skip to content

Commit 49033b9

Browse files
committed
Enable unused parameter warning, updates #911
1 parent 70513a0 commit 49033b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.runs-on }}
3737
env:
3838
CXX: ${{ matrix.compiler }}
39-
CXXFLAGS: -std=${{ matrix.cxx-std }} -Wall -Wextra -Wold-style-cast -Wpedantic -Werror -pthread
39+
CXXFLAGS: -std=${{ matrix.cxx-std }} -Wall -Wextra -Wold-style-cast -Wunused-parameter -Wpedantic -Werror -pthread
4040
steps:
4141
- uses: actions/checkout@v3
4242
- name: Install compiler

0 commit comments

Comments
 (0)