Make the C++17 build fail on warnings.
(cherry-picked from commit dd4b525c40
)
This commit is contained in:
parent
ada55a02e1
commit
17d921f434
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue