diff options
author | justincohen@chromium.org <justincohen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-09 17:27:40 +0000 |
---|---|---|
committer | justincohen@chromium.org <justincohen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-09 17:27:40 +0000 |
commit | 19583787381e532b6a7505ff9b2297d02e1813f9 (patch) | |
tree | abca9a4421b40c6923ed443ac5c7e89b8c8e8c51 /testing | |
parent | f836bd033e7306b5dc5ec26b245e1c6c3327b342 (diff) | |
download | chromium_src-19583787381e532b6a7505ff9b2297d02e1813f9.zip chromium_src-19583787381e532b6a7505ff9b2297d02e1813f9.tar.gz chromium_src-19583787381e532b6a7505ff9b2297d02e1813f9.tar.bz2 |
Ignore objc-property-no-attribute warning for classdump generated file.
Ignores a warning caused by iPhoneSimulatorRemoteClient.h classdump generated
file.
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/61743015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/iossim/iossim.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp index b699b53..a78f024 100644 --- a/testing/iossim/iossim.gyp +++ b/testing/iossim/iossim.gyp @@ -49,6 +49,11 @@ 'message': 'Generating header', }, ], + 'xcode_settings': { + 'WARNING_CFLAGS': [ + '-Wno-objc-property-no-attribute', + ], + }, }, ], }, { # else, OS=="ios" and "<(GENERATOR)"!="ninja" |