Index: talk/libjingle_tests.gyp |
diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp |
index e7b354b126b1e07bba8ea1b22a14e2af6fa3af12..078b43bf21b0e57e19ada42d814bac46c60a2f69 100755 |
--- a/talk/libjingle_tests.gyp |
+++ b/talk/libjingle_tests.gyp |
@@ -139,6 +139,16 @@ |
}, |
}, |
},], |
+ ['clang==1', { |
+ # Disabled due to failing when compiled with -Wall, see |
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=5398 |
+ 'cflags': [ |
+ '-Wno-unused-function', |
+ ], |
+ 'xcode_settings': { |
+ 'WARNING_CFLAGS': ['-Wno-unused-function'], |
+ }, |
+ },], |
['OS=="ios"', { |
'sources!': [ |
'media/sctp/sctpdataengine_unittest.cc', |