Skip to content

Commit 07a7d13

Browse files
committed
activate WarningAsError on clang
1 parent a0a246c commit 07a7d13

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
@@ -29,6 +29,7 @@ jobs:
2929
-DCodeCoverage=ON
3030
-DCMAKE_BUILD_TYPE=${{matrix.buildtype}}
3131
-DRunDualScreenTests=OFF
32+
-DWarningAsError=ON
3233
.
3334
- run: cmake --build build/
3435
- run: ctest --output-on-failure --timeout 60

0 commit comments

Comments
 (0)