summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gccsnapshot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/gccsnapshot.sh')
-rwxr-xr-xtools/ci/jobs/gccsnapshot.sh3
1 files changed, 1 insertions, 2 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"