diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-26 02:23:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-26 02:23:11 +0300 |
commit | 9a76fdcf9637e9e9fe68843701c1f7abff40bcd3 (patch) | |
tree | 05551a105b60a0119aa0f23ab3def53cb674e778 /tools/ci/jobs/gccsnapshot_sdl2.sh | |
parent | 1d13723e0a42a770aa4d421c9786d1429ab8d125 (diff) | |
download | mv-9a76fdcf9637e9e9fe68843701c1f7abff40bcd3.tar.gz mv-9a76fdcf9637e9e9fe68843701c1f7abff40bcd3.tar.bz2 mv-9a76fdcf9637e9e9fe68843701c1f7abff40bcd3.tar.xz mv-9a76fdcf9637e9e9fe68843701c1f7abff40bcd3.zip |
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.
Diffstat (limited to 'tools/ci/jobs/gccsnapshot_sdl2.sh')
-rwxr-xr-x | tools/ci/jobs/gccsnapshot_sdl2.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ci/jobs/gccsnapshot_sdl2.sh b/tools/ci/jobs/gccsnapshot_sdl2.sh index 6cb3b20ec..82f0b0bff 100755 --- a/tools/ci/jobs/gccsnapshot_sdl2.sh +++ b/tools/ci/jobs/gccsnapshot_sdl2.sh @@ -326,9 +326,8 @@ export CXXFLAGS="${CXXFLAGS} -Wzero-as-null-pointer-constant" #export CXXFLAGS="${CXXFLAGS} -frequire-return-statement" do_init -run_configure --with-sdl2 +run_configure --enable-werror --with-sdl2 run_make -run_check_warnings source ./tools/ci/scripts/exit.sh |