Fail on warnings in MSW clang CI build
We want to keep the build warning-free and we already use -Werror for the Unix CI builds, so do it here too, for consistency.
This commit is contained in:
parent
3d2754d04a
commit
b8c6ba18f3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci_msw.yml
vendored
1
.github/workflows/ci_msw.yml
vendored
|
|
@ -151,6 +151,7 @@ jobs:
|
|||
cmake -G "MinGW Makefiles" \
|
||||
-DCMAKE_C_COMPILER=clang.exe \
|
||||
-DCMAKE_CXX_COMPILER=clang++.exe \
|
||||
-DCMAKE_CXX_FLAGS=-Werror \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DwxBUILD_SAMPLES=ALL \
|
||||
-DwxBUILD_TESTS=ALL \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue