From ea62983378bc0add7b0df51d7cdd1ea530d4635b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 8 Aug 2019 19:03:16 +0200 Subject: [PATCH] =?UTF-8?q?build=20system:=20no=20deprecated-copy=20warnin?= =?UTF-8?q?gs=20on=20gcc=20=E2=89=A5=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Too many warnings at this point. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index b87d29aa1..976c8007e 100644 --- a/Rakefile +++ b/Rakefile @@ -155,6 +155,7 @@ def setup_globals cxxflags += " -Wno-extra-semi" if is_clang? || check_compiler_version("gcc", "8.0.0") cxxflags += " -Wmisleading-indentation -Wduplicated-cond" if check_compiler_version("gcc", "6.0.0") cxxflags += " -Wshadow-compatible-local -Wduplicated-branches" if check_compiler_version("gcc", "7.0.0") + cxxflags += " -Wno-deprecated-copy" if check_compiler_version("gcc", "9.0.0") cxxflags += " #{c(:QT_CFLAGS)} #{c(:BOOST_CPPFLAGS)} #{c(:USER_CXXFLAGS)}" ldflags = ""