summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc5_sdl2_c++11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/gcc5_sdl2_c++11.sh')
-rwxr-xr-xtools/ci/jobs/gcc5_sdl2_c++11.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ci/jobs/gcc5_sdl2_c++11.sh b/tools/ci/jobs/gcc5_sdl2_c++11.sh
index 7c27a853e..b5809d0dd 100755
--- a/tools/ci/jobs/gcc5_sdl2_c++11.sh
+++ b/tools/ci/jobs/gcc5_sdl2_c++11.sh
@@ -46,9 +46,8 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \
-Wlogical-not-parentheses"
do_init
-run_configure --with-sdl2 $*
+run_configure --enable-werror --with-sdl2 $*
run_make
-run_check_warnings
source ./tools/ci/scripts/exit.sh