mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
add -Wno-maybe-uninitialized to Travis autotools test
This commit is contained in:
parent
44f42f7681
commit
d3783a2ebe
@ -138,7 +138,7 @@ script:
|
||||
# Build hyperrogue.
|
||||
if [[ "$TRAVIS_BUILD_SYSTEM" == "autotools" ]]; then
|
||||
autoreconf -vi
|
||||
./configure CXXFLAGS="-Wall -Werror"
|
||||
./configure CXXFLAGS="-Wall -Werror -Wno-maybe-uninitialized"
|
||||
make
|
||||
elif [[ "$TRAVIS_BUILD_SYSTEM" == "Makefile" ]]; then
|
||||
make -f Makefile.simple CXX="${HYPERROGUE_CXX-g++}"
|
||||
|
Loading…
Reference in New Issue
Block a user