Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 81269d6957ec4a2b2477245eba1ba158a10c82ec..c221ddd327a4a033c612fc41ca981f47c12418a9 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -762,6 +762,9 @@ config("default_warnings") { |
# TODO(thakis): Remove, http://crbug.com/263960 |
"-Wno-reserved-user-defined-literal", |
+ |
+ # TODO(hans): Get this cleaned up. |
+ "-Wno-inconsistent-missing-override", |
] |
} |
if (gcc_version >= 48) { |