From 4f0809a27145a3fd7a6acddf9cc0716cf177f4f3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Apr 2016 21:22:22 +0300 Subject: Enable warning -Wignored-attributes in gcc shanshot ci scripts. --- tools/ci/jobs/gccsnapshot_sdl2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/ci/jobs/gccsnapshot_sdl2.sh') 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" -- cgit v1.2.3-60-g2f50