From 4242505e3d1f5e44fd402c4266b83fe9429369e0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Jan 2017 01:50:37 +0300 Subject: Add -Wno-attributes into ci jobs where it missing. --- tools/ci/jobs/gcc6.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/ci/jobs/gcc6.sh') diff --git a/tools/ci/jobs/gcc6.sh b/tools/ci/jobs/gcc6.sh index 46d3743ab..e467df30c 100755 --- a/tools/ci/jobs/gcc6.sh +++ b/tools/ci/jobs/gcc6.sh @@ -13,7 +13,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-60-g2f50