diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-04 01:43:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-04 01:43:42 +0300 |
commit | 65bccb4fc48707a8bcccedaa57a87468ad8b7349 (patch) | |
tree | 49d7821a48bd8545afb0f917cec185798f7e034c /tools/ci/jobs/gcc48_c++11.sh | |
parent | 2e82d3003315806076a53df23064ba744e491fc2 (diff) | |
download | manaplus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.gz manaplus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.bz2 manaplus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.tar.xz manaplus-65bccb4fc48707a8bcccedaa57a87468ad8b7349.zip |
Add compiler flag -Wno-attributes for prevent warnings about packed attributes.
Diffstat (limited to 'tools/ci/jobs/gcc48_c++11.sh')
-rwxr-xr-x | tools/ci/jobs/gcc48_c++11.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc48_c++11.sh b/tools/ci/jobs/gcc48_c++11.sh index 90490f8a0..5e894de7f 100755 --- a/tools/ci/jobs/gcc48_c++11.sh +++ b/tools/ci/jobs/gcc48_c++11.sh @@ -36,7 +36,8 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Woverlength-strings -Wpedantic -Wsign-compare -Wsizeof-pointer-memaccess \ -Wsuggest-attribute=format -Wtype-limits -Wuninitialized \ -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function \ --Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable" +-Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable \ +-Wno-attributes" do_init run_configure --enable-werror |