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 0f907bf commit a53d78aCopy full SHA for a53d78a
.github/actions/clang-tidy/action.yml
@@ -5,5 +5,5 @@ runs:
5
6
steps:
7
- name: Run clang-tidy
8
- run: run-clang-tidy-17 -q -p build
+ run: run-clang-tidy-17 -q -p build -warnings-as-errors=\*
9
shell: bash
.github/actions/win-cmake/action.yml
@@ -9,7 +9,7 @@ runs:
10
11
- name: Configure
12
- run: cmake -LA .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_TESTS=ON -DBoost_USE_STATIC_LIBS=ON
+ run: cmake -LA .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DBUILD_TESTS=ON -DCMAKE_COMPILE_WARNING_AS_ERROR=ON -DBoost_USE_STATIC_LIBS=ON
13
14
working-directory: build
15
0 commit comments