mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-19 15:44:08 +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.
|
# Build hyperrogue.
|
||||||
if [[ "$TRAVIS_BUILD_SYSTEM" == "autotools" ]]; then
|
if [[ "$TRAVIS_BUILD_SYSTEM" == "autotools" ]]; then
|
||||||
autoreconf -vi
|
autoreconf -vi
|
||||||
./configure CXXFLAGS="-Wall -Werror"
|
./configure CXXFLAGS="-Wall -Werror -Wno-maybe-uninitialized"
|
||||||
make
|
make
|
||||||
elif [[ "$TRAVIS_BUILD_SYSTEM" == "Makefile" ]]; then
|
elif [[ "$TRAVIS_BUILD_SYSTEM" == "Makefile" ]]; then
|
||||||
make -f Makefile.simple CXX="${HYPERROGUE_CXX-g++}"
|
make -f Makefile.simple CXX="${HYPERROGUE_CXX-g++}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user