summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gccsnapshot_sdl2.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-04 01:50:37 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-04 01:50:37 +0300
commit4242505e3d1f5e44fd402c4266b83fe9429369e0 (patch)
treeee006ced99812987a05609105ecb55f511099e31 /tools/ci/jobs/gccsnapshot_sdl2.sh
parent65bccb4fc48707a8bcccedaa57a87468ad8b7349 (diff)
downloadplus-4242505e3d1f5e44fd402c4266b83fe9429369e0.tar.gz
plus-4242505e3d1f5e44fd402c4266b83fe9429369e0.tar.bz2
plus-4242505e3d1f5e44fd402c4266b83fe9429369e0.tar.xz
plus-4242505e3d1f5e44fd402c4266b83fe9429369e0.zip
Add -Wno-attributes into ci jobs where it missing.
Diffstat (limited to 'tools/ci/jobs/gccsnapshot_sdl2.sh')
-rwxr-xr-xtools/ci/jobs/gccsnapshot_sdl2.sh3
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