summaryrefslogtreecommitdiffstats
path: root/third_party/class-dump
diff options
context:
space:
mode:
authorgeofflang <geofflang@chromium.org>2016-01-01 15:14:53 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-01 23:16:11 +0000
commit59f419c5b24f891279c78b19bc6963c6762d69ef (patch)
treedb16dc87e5f44e9ca297f904b918e24f15e16400 /third_party/class-dump
parent3dac16ea357fbc9ebefee23d1fc78e5d0078949a (diff)
downloadchromium_src-59f419c5b24f891279c78b19bc6963c6762d69ef.zip
chromium_src-59f419c5b24f891279c78b19bc6963c6762d69ef.tar.gz
chromium_src-59f419c5b24f891279c78b19bc6963c6762d69ef.tar.bz2
Reland of mac and ios: Build third-party code with -Wall. (patchset #1 id:1 of https://codereview.chromium.org/1556843002/ )
Reason for revert: thakis@ plans to address the failing bots. Original issue's description: > Revert of mac and ios: Build third-party code with -Wall. (patchset #2 id:20001 of https://codereview.chromium.org/1555843002/ ) > > Reason for revert: > Fails compilation on Mac GPU bots. > > Original issue's description: > > mac and ios: Build third-party code with -Wall. > > > > This lands the mac and ios build/common.gypi bits of > > https://codereview.chromium.org/1551753002/ (reviewed there) > > > > BUG=573250 > > R=thestig@chromium.org > > TBR=thestig@chromium.org > > > > Committed: https://crrev.com/9830789346abd3d8211deff1ebe7a7f5753ba3fc > > Cr-Commit-Position: refs/heads/master@{#367255} > > > > Committed: https://crrev.com/de5c041e67fa5abee83359b9346ca4896f1723ca > > Cr-Commit-Position: refs/heads/master@{#367263} > > TBR=thestig@chromium.org,thakis@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=573250 > > Committed: https://crrev.com/6f0ae110927c19c75dac785887d56dc61c90abc5 > Cr-Commit-Position: refs/heads/master@{#367267} TBR=thestig@chromium.org,thakis@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=573250 Review URL: https://codereview.chromium.org/1554923002 Cr-Commit-Position: refs/heads/master@{#367269}
Diffstat (limited to 'third_party/class-dump')
-rw-r--r--third_party/class-dump/class-dump.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/class-dump/class-dump.gyp b/third_party/class-dump/class-dump.gyp
index 876f3a5..be24b30 100644
--- a/third_party/class-dump/class-dump.gyp
+++ b/third_party/class-dump/class-dump.gyp
@@ -168,6 +168,12 @@
'src/Source/ULEB128.m',
'src/Source/cd_objc2.h',
],
+ 'variables': {
+ 'clang_warning_flags': [
+ # e.g. CDRebaseTypeDescription in CDLCDyldInfo.m
+ '-Wno-unused-function',
+ ],
+ },
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',