Remove -Wsign-promo.

This flag has no effect in Clang:
https://clang.llvm.org/docs/DiagnosticsReference.html#wsign-promo

Bug: 296606895
Test: presubmit
Change-Id: I59c1e6b6cf541529b9f4741accdf26822572426f
This commit is contained in:
Krzysztof Kosiński
2023-09-30 06:15:22 +00:00
parent fc5ff341e8
commit 29c60f34fb

View File

@@ -180,8 +180,6 @@ var (
hostGlobalLldflags = commonGlobalLldflags
commonGlobalCppflags = []string{
"-Wsign-promo",
// -Wimplicit-fallthrough is not enabled by -Wall.
"-Wimplicit-fallthrough",