diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-27 21:22:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-27 21:22:22 +0300 |
commit | 4f0809a27145a3fd7a6acddf9cc0716cf177f4f3 (patch) | |
tree | 1aabf548254e9532a77b1340987e1cda375f1096 /tools/ci/jobs | |
parent | 7956fc7405b64914dbb19a67670623b2f0876a3e (diff) | |
download | plus-4f0809a27145a3fd7a6acddf9cc0716cf177f4f3.tar.gz plus-4f0809a27145a3fd7a6acddf9cc0716cf177f4f3.tar.bz2 plus-4f0809a27145a3fd7a6acddf9cc0716cf177f4f3.tar.xz plus-4f0809a27145a3fd7a6acddf9cc0716cf177f4f3.zip |
Enable warning -Wignored-attributes in gcc shanshot ci scripts.
Diffstat (limited to 'tools/ci/jobs')
-rwxr-xr-x | tools/ci/jobs/gccsnapshot.sh | 3 | ||||
-rwxr-xr-x | tools/ci/jobs/gccsnapshot_sdl2.sh | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tools/ci/jobs/gccsnapshot.sh b/tools/ci/jobs/gccsnapshot.sh index cc6e67a6f..191bcbf57 100755 --- a/tools/ci/jobs/gccsnapshot.sh +++ b/tools/ci/jobs/gccsnapshot.sh @@ -117,8 +117,7 @@ export CXXFLAGS="${CXXFLAGS} -Wfree-nonheap-object" #export CXXFLAGS="${CXXFLAGS} -Wfunction-elimination" export CXXFLAGS="${CXXFLAGS} -Whsa" export CXXFLAGS="${CXXFLAGS} -Wignored-qualifiers" -# +++ failing now. Need enable after package updated -#export CXXFLAGS="${CXXFLAGS} -Wignored-attributes" +export CXXFLAGS="${CXXFLAGS} -Wignored-attributes" # not for C++ #export CXXFLAGS="${CXXFLAGS} -Wimplicit" #export CXXFLAGS="${CXXFLAGS} -Wimplicit-function-declaration" diff --git a/tools/ci/jobs/gccsnapshot_sdl2.sh b/tools/ci/jobs/gccsnapshot_sdl2.sh index 82f0b0bff..d580cd865 100755 --- a/tools/ci/jobs/gccsnapshot_sdl2.sh +++ b/tools/ci/jobs/gccsnapshot_sdl2.sh @@ -117,8 +117,7 @@ export CXXFLAGS="${CXXFLAGS} -Wfree-nonheap-object" #export CXXFLAGS="${CXXFLAGS} -Wfunction-elimination" export CXXFLAGS="${CXXFLAGS} -Whsa" export CXXFLAGS="${CXXFLAGS} -Wignored-qualifiers" -# +++ failing now. Need enable after package updated -#export CXXFLAGS="${CXXFLAGS} -Wignored-attributes" +export CXXFLAGS="${CXXFLAGS} -Wignored-attributes" # not for C++ #export CXXFLAGS="${CXXFLAGS} -Wimplicit" #export CXXFLAGS="${CXXFLAGS} -Wimplicit-function-declaration" |