Make the C++17 build fail on warnings.

(cherry-picked from commit dd4b525c40)
This commit is contained in:
pentarctagon 2018-04-17 01:50:19 -05:00 committed by Pentarctagon
parent ada55a02e1
commit 17d921f434

View file

@ -27,6 +27,10 @@ else
build_timeout=40
fi
if [ "$CXXSTD" == "17" ]; then
STRICT="true"
fi
echo "Using configuration:"
echo "NLS: $NLS"
echo "TOOL: $TOOL"