Skip to content

Commit

Permalink
activate WarningAsError on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyedel committed Apr 27, 2023
1 parent a0a246c commit 07a7d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE=ON
-DUsePrerenderedPDF=ON
-DCodeCoverage=ON
-DWarningAsError=ON
-DCMAKE_BUILD_TYPE=${{matrix.buildtype}}
.
- run: cmake --build build/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
-DCodeCoverage=ON
-DCMAKE_BUILD_TYPE=${{matrix.buildtype}}
-DRunDualScreenTests=OFF
-DWarningAsError=ON
.
- run: cmake --build build/
- run: ctest --output-on-failure --timeout 60
Expand Down

0 comments on commit 07a7d13

Please sign in to comment.