Skip to content

Commit d78047a

Browse files
committed
activate WarningAsError on clang
1 parent 278108e commit d78047a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/clang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
-DCMAKE_VERBOSE_MAKEFILE=ON
3535
-DUsePrerenderedPDF=ON
3636
-DCodeCoverage=ON
37+
-DWarningAsError=ON
3738
-DCMAKE_BUILD_TYPE=${{matrix.buildtype}}
3839
.
3940
- run: cmake --build build/

.github/workflows/osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
-DCodeCoverage=ON
3131
-DCMAKE_BUILD_TYPE=${{matrix.buildtype}}
3232
-DRunDualScreenTests=OFF
33+
-DWarningAsError=ON
3334
.
3435
- run: cmake --build build/
3536
- run: ctest --output-on-failure --timeout 60

0 commit comments

Comments
 (0)