| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 7995ca60607c37b32602682217240bbf12dc8b8c..e7da613bbbb8f7dfdd8364b95aff90f2a19cf0c3 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -1208,13 +1208,6 @@ config("no_chromium_code") {
|
| ]
|
| }
|
|
|
| - if (is_linux || is_android) {
|
| - cflags_cc += [
|
| - # Don't warn about hash_map in third-party code.
|
| - "-Wno-deprecated",
|
| - ]
|
| - }
|
| -
|
| configs = [ ":default_warnings" ]
|
| }
|
|
|
|
|