| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index f7797958044ce13f30fbba5f579e81fd282ed097..764a56bcb0f170b66823c2b8c2b26e9d4dcbb48d 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -935,18 +935,10 @@ if (is_clang) {
|
|
|
| # TODO(thakis): Remove, http://crbug.com/263960
|
| "-Wno-reserved-user-defined-literal",
|
| - ]
|
|
|
| - # NaCl's Clang compiler and Chrome's hermetic Clang compiler will almost
|
| - # always have different versions. Certain flags may not be recognized by
|
| - # one version or the other.
|
| - if (!is_nacl) {
|
| - # Flags NaCl does not recognize.
|
| - default_warning_flags += [
|
| - # TODO(hans): Get this cleaned up.
|
| - "-Wno-inconsistent-missing-override",
|
| - ]
|
| - }
|
| + # TODO(hans): Get this cleaned up.
|
| + "-Wno-inconsistent-missing-override",
|
| + ]
|
| }
|
|
|
| # chromium_code ---------------------------------------------------------------
|
|
|