summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc44.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/gcc44.sh')
-rwxr-xr-xtools/ci/jobs/gcc44.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ci/jobs/gcc44.sh b/tools/ci/jobs/gcc44.sh
index c2ea9ee8a..e70ad8fe3 100755
--- a/tools/ci/jobs/gcc44.sh
+++ b/tools/ci/jobs/gcc44.sh
@@ -12,9 +12,8 @@ aptget_install gcc-4.4 g++-4.4 \
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