From e54bf8d51445d5e5f39e72c34235e4df49a7964e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 28 Jul 2018 01:19:05 +0300 Subject: Disable warning deprecated-copy in gcc-snapshot builds [ci skip]. --- tools/ci/jobs/gccsnapshot_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/ci/jobs/gccsnapshot_tests.sh') diff --git a/tools/ci/jobs/gccsnapshot_tests.sh b/tools/ci/jobs/gccsnapshot_tests.sh index a97e65142..1efd8e401 100755 --- a/tools/ci/jobs/gccsnapshot_tests.sh +++ b/tools/ci/jobs/gccsnapshot_tests.sh @@ -22,7 +22,8 @@ source ./tools/ci/scripts/init.sh export CXXFLAGS="$CXXFLAGS -pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ -Wstrict-overflow=1 -Wformat=1 -D_FORTIFY_SOURCE=2 \ -std=gnu++1z -Wformat=1 \ --Wno-attributes" +-Wno-attributes \ +-Wno-deprecated-copy" source ./tools/ci/flags/${FLAGS} -- cgit v1.2.3-70-g09d2