1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-27 21:23:19 +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. # Build hyperrogue.
autoreconf -vi autoreconf -vi
./configure ./configure CXXFLAGS="-Wall -Werror -Wno-error=unused-result"
make make
- |- - |-
# Test hyperrogue. # Test hyperrogue.