summaryrefslogtreecommitdiffstats
path: root/third_party/class-dump
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2016-01-04 18:16:26 -0500
committerNico Weber <thakis@chromium.org>2016-01-04 23:20:30 +0000
commitcbd8cfb57078da8fd29b509d714d282d42b8a14c (patch)
tree307dc296fb868f535ee213c4511dbf16c28d6443 /third_party/class-dump
parent49e7be8d522f75ba5111243cda7df0c0682e7dc3 (diff)
downloadchromium_src-cbd8cfb57078da8fd29b509d714d282d42b8a14c.zip
chromium_src-cbd8cfb57078da8fd29b509d714d282d42b8a14c.tar.gz
chromium_src-cbd8cfb57078da8fd29b509d714d282d42b8a14c.tar.bz2
ios: -Werror for third-party
BUG=573779 R=mark@chromium.org Review URL: https://codereview.chromium.org/1551253002 . Cr-Commit-Position: refs/heads/master@{#367402}
Diffstat (limited to 'third_party/class-dump')
-rw-r--r--third_party/class-dump/class-dump.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/class-dump/class-dump.gyp b/third_party/class-dump/class-dump.gyp
index be24b30..06286ed 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': [
+ # hundreds of technically incorrect calls to stringWithFormat
+ '-Wno-format',
# e.g. CDRebaseTypeDescription in CDLCDyldInfo.m
'-Wno-unused-function',
],