| Index: build/config/compiler/BUILD.gn
 | 
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
 | 
| index 732f71aca18612ba8207512b5690e5004d8ab64d..904cdc7ecd768c035a635dcc7fe8114236910333 100644
 | 
| --- a/build/config/compiler/BUILD.gn
 | 
| +++ b/build/config/compiler/BUILD.gn
 | 
| @@ -963,11 +963,6 @@ config("no_chromium_code") {
 | 
|    }
 | 
|  
 | 
|    if (is_linux || is_android) {
 | 
| -    cflags += [
 | 
| -      # Don't warn about printf format problems. This is off by default in gcc
 | 
| -      # but on in Ubuntu's gcc(!).
 | 
| -      "-Wno-format",
 | 
| -    ]
 | 
|      cflags_cc += [
 | 
|        # Don't warn about hash_map in third-party code.
 | 
|        "-Wno-deprecated",
 | 
| 
 |