1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-12 06:28:17 +00:00

Merge pull request #50 from AMDmi3/werror

Enable -Werror in Travis
This commit is contained in:
Zeno Rogue 2018-07-08 14:41:22 +02:00 committed by GitHub
commit 5fa9dcaab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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