Chromium Code Reviews| Index: talk/libjingle_tests.gyp |
| diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp |
| index e7b354b126b1e07bba8ea1b22a14e2af6fa3af12..c0e6a80b914ae2fe15fcfa2e160f13cc9365284b 100755 |
| --- a/talk/libjingle_tests.gyp |
| +++ b/talk/libjingle_tests.gyp |
| @@ -139,6 +139,14 @@ |
| }, |
| }, |
| },], |
| + ['clang==1', { |
| + 'cflags': [ |
| + '-Wno-unused-function', |
| + ], |
| + 'xcode_settings': { |
| + 'WARNING_CFLAGS': ['-Wno-unused-function'], |
| + }, |
| + },], |
| ['OS=="ios"', { |
| 'sources!': [ |
| 'media/sctp/sctpdataengine_unittest.cc', |