From b74b4717a13bc4d55ead27ca834c2c2550385fb5 Mon Sep 17 00:00:00 2001 From: Manoj Gupta Date: Sat, 29 Feb 2020 07:52:14 -0800 Subject: compiler_wrapper: Stop disabling two warnings. Chrome OS code now is clean of following warnings: "-Wreorder-init-list" and "-return-stack-address" so stop disabling them. BUG=chromium:1057384 TEST=warnings tested by CL:1898670 Change-Id: I568cf93a9e836ba936ea976312e9a78b5c473157 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2081707 Tested-by: Manoj Gupta Reviewed-by: George Burgess --- .../testdata/cros_hardened_llvmnext_golden/gcc_clang_syntax.json | 8 -------- 1 file changed, 8 deletions(-) (limited to 'compiler_wrapper/testdata/cros_hardened_llvmnext_golden/gcc_clang_syntax.json') diff --git a/compiler_wrapper/testdata/cros_hardened_llvmnext_golden/gcc_clang_syntax.json b/compiler_wrapper/testdata/cros_hardened_llvmnext_golden/gcc_clang_syntax.json index b9582f6d..dd0a4f4d 100644 --- a/compiler_wrapper/testdata/cros_hardened_llvmnext_golden/gcc_clang_syntax.json +++ b/compiler_wrapper/testdata/cros_hardened_llvmnext_golden/gcc_clang_syntax.json @@ -25,9 +25,7 @@ "-Wno-section", "-static-libgcc", "-fuse-ld=lld", - "-Wno-reorder-init-list", "-Wno-final-dtor-non-final-class", - "-Wno-return-stack-address", "-Werror=poison-system-directories", "-fstack-protector-strong", "-fPIE", @@ -100,9 +98,7 @@ "-Wno-section", "-static-libgcc", "-fuse-ld=lld", - "-Wno-reorder-init-list", "-Wno-final-dtor-non-final-class", - "-Wno-return-stack-address", "-Werror=poison-system-directories", "-fstack-protector-strong", "-fPIE", @@ -169,9 +165,7 @@ "-Wno-section", "-static-libgcc", "-fuse-ld=lld", - "-Wno-reorder-init-list", "-Wno-final-dtor-non-final-class", - "-Wno-return-stack-address", "-Werror=poison-system-directories", "-fstack-protector-strong", "-fPIE", @@ -222,9 +216,7 @@ "-Wno-section", "-static-libgcc", "-fuse-ld=lld", - "-Wno-reorder-init-list", "-Wno-final-dtor-non-final-class", - "-Wno-return-stack-address", "-Werror=poison-system-directories", "-fstack-protector-strong", "-fPIE", -- cgit v1.2.3