aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2022-05-11 11:59:37 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-11 19:29:38 +0000
commit76b677b89b385083ab2b243308e745abb6b4261c (patch)
tree22a35d8c49fddc4d280a769a648e078c28930e4b /compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json
parent8e528cae0c5067ef1ec26764dabc6ce7c23be9ad (diff)
downloadtoolchain-utils-76b677b89b385083ab2b243308e745abb6b4261c.tar.gz
compiler_wrapper: Disable warning implicit-int
Wimplicit-int has been promoted to be an default error even with Wno-error. Disable the error by default since it is breaking a lot of packages. BUG=b:231987783 TEST=cq Change-Id: If88877cb63cdd5c392fcf05c2940751547466213 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3642338 Tested-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Auto-Submit: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json')
-rw-r--r--compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json b/compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json
index 2ee2cd01..2d1752a7 100644
--- a/compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json
+++ b/compiler_wrapper/testdata/cros_hardened_golden/force_disable_werror.json
@@ -24,6 +24,7 @@
"-Wno-compound-token-split-by-macro",
"-Wno-deprecated-declarations",
"-Wno-error=implicit-function-declaration",
+ "-Wno-error=implicit-int",
"-Wno-final-dtor-non-final-class",
"-Wno-tautological-constant-compare",
"-Wno-tautological-unsigned-enum-zero-compare",
@@ -88,6 +89,7 @@
"-Wno-compound-token-split-by-macro",
"-Wno-deprecated-declarations",
"-Wno-error=implicit-function-declaration",
+ "-Wno-error=implicit-int",
"-Wno-final-dtor-non-final-class",
"-Wno-tautological-constant-compare",
"-Wno-tautological-unsigned-enum-zero-compare",
@@ -138,6 +140,7 @@
"-Wno-compound-token-split-by-macro",
"-Wno-deprecated-declarations",
"-Wno-error=implicit-function-declaration",
+ "-Wno-error=implicit-int",
"-Wno-final-dtor-non-final-class",
"-Wno-tautological-constant-compare",
"-Wno-tautological-unsigned-enum-zero-compare",
@@ -206,6 +209,7 @@
"-Wno-compound-token-split-by-macro",
"-Wno-deprecated-declarations",
"-Wno-error=implicit-function-declaration",
+ "-Wno-error=implicit-int",
"-Wno-final-dtor-non-final-class",
"-Wno-tautological-constant-compare",
"-Wno-tautological-unsigned-enum-zero-compare",
@@ -256,6 +260,7 @@
"-Wno-compound-token-split-by-macro",
"-Wno-deprecated-declarations",
"-Wno-error=implicit-function-declaration",
+ "-Wno-error=implicit-int",
"-Wno-final-dtor-non-final-class",
"-Wno-tautological-constant-compare",
"-Wno-tautological-unsigned-enum-zero-compare",