1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 22:39:53 +00:00

Enable -Werror in Travis

This commit is contained in:
Dmitry Marakasov 2018-07-07 22:04:59 +03:00
parent e61b68bd37
commit d551c68a74

View File

@ -25,7 +25,7 @@ script:
- |- - |-
# Build hyperrogue. # Build hyperrogue.
autoreconf -vi autoreconf -vi
./configure ./configure CXXFLAGS="-Wall -Werror -Wno-error=unused-result"
make make
- |- - |-
# Test hyperrogue. # Test hyperrogue.