diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-04 01:50:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-04 01:50:37 +0300 |
commit | 4242505e3d1f5e44fd402c4266b83fe9429369e0 (patch) | |
tree | ee006ced99812987a05609105ecb55f511099e31 /tools/ci/jobs/gccsnapshot_sdl2.sh | |
parent | 65bccb4fc48707a8bcccedaa57a87468ad8b7349 (diff) | |
download | mv-4242505e3d1f5e44fd402c4266b83fe9429369e0.tar.gz mv-4242505e3d1f5e44fd402c4266b83fe9429369e0.tar.bz2 mv-4242505e3d1f5e44fd402c4266b83fe9429369e0.tar.xz mv-4242505e3d1f5e44fd402c4266b83fe9429369e0.zip |
Add -Wno-attributes into ci jobs where it missing.
Diffstat (limited to 'tools/ci/jobs/gccsnapshot_sdl2.sh')
-rwxr-xr-x | tools/ci/jobs/gccsnapshot_sdl2.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/jobs/gccsnapshot_sdl2.sh b/tools/ci/jobs/gccsnapshot_sdl2.sh index 6c80af066..7530b1afe 100755 --- a/tools/ci/jobs/gccsnapshot_sdl2.sh +++ b/tools/ci/jobs/gccsnapshot_sdl2.sh @@ -14,7 +14,8 @@ aptget_install gcc-snapshot \ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ -Wstrict-overflow=1 -Wformat=1 -D_FORTIFY_SOURCE=2 \ --std=gnu++1z -Wformat=1" +-std=gnu++1z -Wformat=1 \ +-Wno-attributes" source ./tools/ci/flags/gccsnapshot.sh |