We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61b68b commit d551c68Copy full SHA for d551c68
.travis.yml
@@ -25,7 +25,7 @@ script:
25
- |-
26
# Build hyperrogue.
27
autoreconf -vi
28
- ./configure
+ ./configure CXXFLAGS="-Wall -Werror -Wno-error=unused-result"
29
make
30
31
# Test hyperrogue.
0 commit comments