summaryrefslogtreecommitdiff
path: root/build/gcc6flags.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-04 01:43:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-04 01:43:42 +0300
commit65bccb4fc48707a8bcccedaa57a87468ad8b7349 (patch)
tree49d7821a48bd8545afb0f917cec185798f7e034c /build/gcc6flags.sh
parent2e82d3003315806076a53df23064ba744e491fc2 (diff)
downloadplus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.gz
plus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.bz2
plus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.xz
plus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.zip
Add compiler flag -Wno-attributes for prevent warnings about packed attributes.
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"