summaryrefslogtreecommitdiff
path: root/build/gcc6flags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/gcc6flags.sh')
-rwxr-xr-xbuild/gcc6flags.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/gcc6flags.sh b/build/gcc6flags.sh
index e3632a938..94e0cf6e4 100755
--- a/build/gcc6flags.sh
+++ b/build/gcc6flags.sh
@@ -23,7 +23,8 @@ export CXXFLAGS="${CXXFLAGS} -Warray-bounds=2"
# not for C++
#export CXXFLAGS="${CXXFLAGS} -Warray-temporaries"
#export CXXFLAGS="${CXXFLAGS} -Wassign-intercept"
-export CXXFLAGS="${CXXFLAGS} -Wattributes"
+# show warnings for padding
+#export CXXFLAGS="${CXXFLAGS} -Wattributes"
# not for C++
#export CXXFLAGS="${CXXFLAGS} -Wbad-function-cast"
export CXXFLAGS="${CXXFLAGS} -Wbool-compare"