Skip to content

Commit 98855b4

Browse files
janisozaurmsciotti
authored andcommitted
Fix discord#210: WARNINGS_AS_ERRORS doesn't work (discord#211)
discord#210 was created under assumption `build.py` is actually used, but upon inspecting `.travis.yml` it turns out it is not.
1 parent ac2d064 commit 98855b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ before_install:
4343
script:
4444
- mkdir build
4545
- cd build
46-
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX --config Release ..
46+
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX -DWARNINGS_AS_ERRORS=On --config Release ..
4747
- cmake --build . -- -j2

0 commit comments

Comments
 (0)