Chromium Code Reviews| Index: talk/libjingle.gyp |
| diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp |
| index afde2fa992d2082136ae383452259271ae217fc2..3cc27d52cb689691d43faa6818abca454f596379 100755 |
| --- a/talk/libjingle.gyp |
| +++ b/talk/libjingle.gyp |
| @@ -62,6 +62,9 @@ |
| '<(libyuv_dir)/include', |
| ], |
| 'conditions': [ |
| + ['clang==1', { |
| + 'cflags': ['-Wno-overloaded-virtual'], |
| + }], |
| ['OS=="linux"', { |
| 'defines': [ |
| 'HAVE_GTK', |
| @@ -357,6 +360,8 @@ |
| # common.gypi enables this for mac but we want this to be disabled |
| # like it is for ios. |
| 'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'NO', |
| + # Ref.. |
|
kjellander_webrtc
2016/01/04 15:17:03
Will add bug link once the issue tracker is back u
|
| + 'WARNING_CFLAGS': ['-Wno-unused-property-ivar'], |
| }, |
| 'conditions': [ |
| ['OS=="ios"', { |