diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-15 23:00:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-15 23:00:03 +0300 |
commit | 04febee98f22dd2af0c2e712542ba40083be680f (patch) | |
tree | d771f983f2e6c2c46dfb386f4041f29ef859e6ad /tools/ci/jobs/gccsnapshot_sdl2.sh | |
parent | da003f08612697b6cd1ad145fab7c5abe04fcca9 (diff) | |
download | plus-04febee98f22dd2af0c2e712542ba40083be680f.tar.gz plus-04febee98f22dd2af0c2e712542ba40083be680f.tar.bz2 plus-04febee98f22dd2af0c2e712542ba40083be680f.tar.xz plus-04febee98f22dd2af0c2e712542ba40083be680f.zip |
Fix compiler version report in ci scripts.
Diffstat (limited to 'tools/ci/jobs/gccsnapshot_sdl2.sh')
-rwxr-xr-x | tools/ci/jobs/gccsnapshot_sdl2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/gccsnapshot_sdl2.sh b/tools/ci/jobs/gccsnapshot_sdl2.sh index 66a9dcb71..6cb3b20ec 100755 --- a/tools/ci/jobs/gccsnapshot_sdl2.sh +++ b/tools/ci/jobs/gccsnapshot_sdl2.sh @@ -325,6 +325,7 @@ export CXXFLAGS="${CXXFLAGS} -Wzero-as-null-pointer-constant" #export CXXFLAGS="${CXXFLAGS} -Wzerotrip" #export CXXFLAGS="${CXXFLAGS} -frequire-return-statement" +do_init run_configure --with-sdl2 run_make run_check_warnings |