commit | 2eff89a8ce7521203aa2af09d3717621472b6b1b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Oct 02 23:14:26 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 02 23:14:26 2023 +0000 |
tree | 22dbbe833e0856304e243e34d01c46ec73494319 | |
parent | eae6635a0f35a89158f7f9353a828e2eb5d90017 [diff] | |
parent | 29c60f34fb73b4605a6e342d8aa8c8662323f8ee [diff] |
Merge "Remove -Wsign-promo." into main
diff --git a/cc/config/global.go b/cc/config/global.go index 1af8159..62b008b 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -211,8 +211,6 @@ hostGlobalLldflags = commonGlobalLldflags commonGlobalCppflags = []string{ - "-Wsign-promo", - // -Wimplicit-fallthrough is not enabled by -Wall. "-Wimplicit-fallthrough",