Skip to content

Commit d551c68

Browse files
committed
Enable -Werror in Travis
1 parent e61b68b commit d551c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
- |-
2626
# Build hyperrogue.
2727
autoreconf -vi
28-
./configure
28+
./configure CXXFLAGS="-Wall -Werror -Wno-error=unused-result"
2929
make
3030
- |-
3131
# Test hyperrogue.

0 commit comments

Comments
 (0)