summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc46.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/gcc46.sh')
-rwxr-xr-xtools/ci/jobs/gcc46.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ci/jobs/gcc46.sh b/tools/ci/jobs/gcc46.sh
index 874acca94..965dfd119 100755
--- a/tools/ci/jobs/gcc46.sh
+++ b/tools/ci/jobs/gcc46.sh
@@ -12,9 +12,8 @@ aptget_install gcc-4.6 g++-4.6 \
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
do_init
-run_configure
+run_configure --enable-werror
run_make
-run_check_warnings
source ./tools/ci/scripts/exit.sh