Index: talk/libjingle.gyp |
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp |
index afde2fa992d2082136ae383452259271ae217fc2..04da73f687fc058f39e20d1f064b8a6addf518df 100755 |
--- a/talk/libjingle.gyp |
+++ b/talk/libjingle.gyp |
@@ -62,6 +62,13 @@ |
'<(libyuv_dir)/include', |
], |
'conditions': [ |
+ ['clang==1', { |
+ 'cflags': [ |
+ # Disabled due to failing when compiled with -Wall, see |
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=5399 |
+ '-Wno-overloaded-virtual', |
+ ], |
+ }], |
['OS=="linux"', { |
'defines': [ |
'HAVE_GTK', |
@@ -357,6 +364,9 @@ |
# 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', |
+ # Disabled due to failing when compiled with -Wall, see |
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=5397 |
+ 'WARNING_CFLAGS': ['-Wno-unused-property-ivar'], |
}, |
'conditions': [ |
['OS=="ios"', { |