From 65bccb4fc48707a8bcccedaa57a87468ad8b7349 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Jan 2017 01:43:42 +0300 Subject: Add compiler flag -Wno-attributes for prevent warnings about packed attributes. --- tools/ci/jobs/gcc6_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/ci/jobs/gcc6_tests.sh') diff --git a/tools/ci/jobs/gcc6_tests.sh b/tools/ci/jobs/gcc6_tests.sh index d91ea87fd..1a2fdb978 100755 --- a/tools/ci/jobs/gcc6_tests.sh +++ b/tools/ci/jobs/gcc6_tests.sh @@ -14,7 +14,8 @@ aptget_install gcc-6 g++-6 \ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ -Wstrict-overflow=1 -Wformat=1 -D_FORTIFY_SOURCE=2 \ --std=gnu++1z -Wformat=1" +-std=gnu++1z -Wformat=1 \ +-Wno-attributes" source ./tools/ci/flags/gcc6.sh -- cgit v1.2.3-70-g09d2