Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index b80fa16a684dcda2b2c925923b406cff2c9932f0..d0a27faec63f9f486ebed96310206db47ec9ae63 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -529,7 +529,6 @@ config("chromium_code") { |
} else { |
cflags = [ |
"-Wall", |
- "-Wextra", |
# GCC turns on -Wsign-compare for C++ under -Wall, but clang doesn't, |
# so we specify it explicitly. |