1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 10:17:56 +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

View File

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