From ba388e12723672feeb96fedefc29de1632b1fb71 Mon Sep 17 00:00:00 2001 From: Luis Lozano Date: Sat, 17 Jul 2021 00:47:14 -0700 Subject: Temporarily disable -Wdeprecated-copy and -Wdeprecated-declarations. BUG=b:191618957 TEST=wrapper test Change-Id: I4340173ae681a6c5f022a3b1f1e890d2c9ee8b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3036676 Commit-Queue: Luis Lozano Commit-Queue: Manoj Gupta Tested-by: Luis Lozano Auto-Submit: Luis Lozano Reviewed-by: Manoj Gupta --- compiler_wrapper/testdata/cros_hardened_golden/bisect.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'compiler_wrapper/testdata/cros_hardened_golden/bisect.json') diff --git a/compiler_wrapper/testdata/cros_hardened_golden/bisect.json b/compiler_wrapper/testdata/cros_hardened_golden/bisect.json index fe1b8954..13802c6e 100644 --- a/compiler_wrapper/testdata/cros_hardened_golden/bisect.json +++ b/compiler_wrapper/testdata/cros_hardened_golden/bisect.json @@ -40,6 +40,7 @@ "-Werror=poison-system-directories", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "-fstack-protector-strong", @@ -52,6 +53,7 @@ "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", "-Wno-string-concatenation", + "-Wno-deprecated-copy", "-mno-movbe", "-B../../bin", "-target", @@ -109,6 +111,7 @@ "-Werror=poison-system-directories", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "-fstack-protector-strong", @@ -121,6 +124,7 @@ "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", "-Wno-string-concatenation", + "-Wno-deprecated-copy", "-mno-movbe", "-B../../bin", "-target", @@ -181,6 +185,7 @@ "-Werror=poison-system-directories", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "-fstack-protector-strong", @@ -193,6 +198,7 @@ "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", "-Wno-string-concatenation", + "-Wno-deprecated-copy", "-mno-movbe", "-B../../bin", "-target", -- cgit v1.2.3