summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/ci/jobs/gccsnapshot.sh3
-rwxr-xr-xtools/ci/jobs/gccsnapshot_sdl2.sh3
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"