Chromium Code Reviews| Index: third_party/class-dump/class-dump.gyp |
| diff --git a/third_party/class-dump/class-dump.gyp b/third_party/class-dump/class-dump.gyp |
| index be24b3070e574a1b104f23ef84c506b9f7a9832a..06286ede9fc6a68e9748108c1e9895842a5b3770 100644 |
| --- a/third_party/class-dump/class-dump.gyp |
| +++ b/third_party/class-dump/class-dump.gyp |
| @@ -170,6 +170,8 @@ |
| ], |
| 'variables': { |
| 'clang_warning_flags': [ |
|
Nico
2016/01/04 20:15:10
This directory doesn't have a BUILD.gn file yet, s
|
| + # hundreds of technically incorrect calls to stringWithFormat |
| + '-Wno-format', |
| # e.g. CDRebaseTypeDescription in CDLCDyldInfo.m |
| '-Wno-unused-function', |
| ], |