Skip to content
Snippets Groups Projects
Commit e866630b authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis: disable tautological-compare warnings

parent b60ab057
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,8 @@ before_script:
- 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
- mkdir build
- cd build
- export CFLAGS="-Wall -W -Werror"
- export CFLAGS="-Wall -W -Werror -Wno-tautological-compare -Wno-error=tautological-compare"
- $CC -Wno-error=tautological-compare -dM -E - < /dev/null&>/dev/null||export CFLAGS="Wall -W -Werror"
- cmake .. -DCMAKE_BUILD_TYPE=Release
before_install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment