From 9a76fdcf9637e9e9fe68843701c1f7abff40bcd3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Apr 2016 02:23:11 +0300 Subject: Add into ci scripts --enable-werror and remove check for warnings. This can fix false positives if compiler or make start creating useless lines with dots in output. --- tools/ci/jobs/clang39_sdl2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/ci/jobs/clang39_sdl2.sh') diff --git a/tools/ci/jobs/clang39_sdl2.sh b/tools/ci/jobs/clang39_sdl2.sh index 6fdd78b19..f9c22db73 100755 --- a/tools/ci/jobs/clang39_sdl2.sh +++ b/tools/ci/jobs/clang39_sdl2.sh @@ -21,9 +21,8 @@ export CXXFLAGS="-Weverything -Wno-documentation -Wno-padded -Wno-sign-conversio -Wno-old-style-cast" do_init -run_configure --with-sdl2 $* +run_configure --enable-werror --with-sdl2 $* run_make -run_check_warnings source ./tools/ci/scripts/exit.sh -- cgit v1.2.3-60-g2f50