Index: webrtc/api/api.gyp |
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp |
index ba3fe8d0bd21b3e9a43222f33770082ae0683255..b3c8bf7263423da61764de753160247a8ebba35c 100644 |
--- a/webrtc/api/api.gyp |
+++ b/webrtc/api/api.gyp |
@@ -62,7 +62,17 @@ |
'-framework QuartzCore', |
] |
} |
- } |
+ }, |
+ # TODO(kjellander): Make the code compile without disabling these. |
kjellander_webrtc
2016/01/20 21:12:17
Without this I get:
../../webrtc/api/objc/RTCSessi
|
+ # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
+ 'cflags': [ |
+ '-Wno-return-type', |
+ ], |
+ 'xcode_settings': { |
+ 'WARNING_CFLAGS': [ |
+ '-Wno-return-type', |
+ ], |
+ }, |
}], |
['OS=="mac"', { |
'sources': [ |