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 --- .../force_disable_werror.json | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'compiler_wrapper/testdata/cros_clang_host_golden/force_disable_werror.json') diff --git a/compiler_wrapper/testdata/cros_clang_host_golden/force_disable_werror.json b/compiler_wrapper/testdata/cros_clang_host_golden/force_disable_werror.json index f88174a7..139e351a 100644 --- a/compiler_wrapper/testdata/cros_clang_host_golden/force_disable_werror.json +++ b/compiler_wrapper/testdata/cros_clang_host_golden/force_disable_werror.json @@ -22,7 +22,6 @@ "-fuse-ld=lld", "-fdebug-default-version=5", "-Wno-unused-local-typedefs", - "-Wno-deprecated-declarations", "-Wno-tautological-constant-compare", "-Wno-tautological-unsigned-enum-zero-compare", "-Wno-final-dtor-non-final-class", @@ -30,12 +29,14 @@ "-Wno-unknown-warning-option", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "main.cc", "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", - "-Wno-string-concatenation" + "-Wno-string-concatenation", + "-Wno-deprecated-copy" ] } } @@ -64,7 +65,6 @@ "-fuse-ld=lld", "-fdebug-default-version=5", "-Wno-unused-local-typedefs", - "-Wno-deprecated-declarations", "-Wno-tautological-constant-compare", "-Wno-tautological-unsigned-enum-zero-compare", "-Wno-final-dtor-non-final-class", @@ -72,12 +72,14 @@ "-Wno-unknown-warning-option", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "main.cc", "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", - "-Wno-string-concatenation" + "-Wno-string-concatenation", + "-Wno-deprecated-copy" ] }, "stderr": "-Werror originalerror", @@ -92,7 +94,6 @@ "-fuse-ld=lld", "-fdebug-default-version=5", "-Wno-unused-local-typedefs", - "-Wno-deprecated-declarations", "-Wno-tautological-constant-compare", "-Wno-tautological-unsigned-enum-zero-compare", "-Wno-final-dtor-non-final-class", @@ -100,12 +101,14 @@ "-Wno-unknown-warning-option", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "main.cc", "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", "-Wno-string-concatenation", + "-Wno-deprecated-copy", "-Wno-error", "-Wno-error=poison-system-directories" ] @@ -138,7 +141,6 @@ "-fuse-ld=lld", "-fdebug-default-version=5", "-Wno-unused-local-typedefs", - "-Wno-deprecated-declarations", "-Wno-tautological-constant-compare", "-Wno-tautological-unsigned-enum-zero-compare", "-Wno-final-dtor-non-final-class", @@ -146,12 +148,14 @@ "-Wno-unknown-warning-option", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "main.cc", "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", - "-Wno-string-concatenation" + "-Wno-string-concatenation", + "-Wno-deprecated-copy" ] }, "stderr": "-Werror originalerror", @@ -166,7 +170,6 @@ "-fuse-ld=lld", "-fdebug-default-version=5", "-Wno-unused-local-typedefs", - "-Wno-deprecated-declarations", "-Wno-tautological-constant-compare", "-Wno-tautological-unsigned-enum-zero-compare", "-Wno-final-dtor-non-final-class", @@ -174,12 +177,14 @@ "-Wno-unknown-warning-option", "-fexperimental-new-pass-manager", "-Wno-compound-token-split-by-macro", + "-Wno-deprecated-declarations", "-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics", "-fcommon", "main.cc", "-Wno-implicit-int-float-conversion", "-Wno-compound-token-split-by-space", "-Wno-string-concatenation", + "-Wno-deprecated-copy", "-Wno-error", "-Wno-error=poison-system-directories" ] -- cgit v1.2.3