Index: webrtc/webrtc_examples.gyp |
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp |
index 32e12aa938dbf31eaae5cce0394cca674e42c28d..cea496943757ab923761ad35f45dd20be2dd6214 100755 |
--- a/webrtc/webrtc_examples.gyp |
+++ b/webrtc/webrtc_examples.gyp |
@@ -371,7 +371,12 @@ |
'MACOSX_DEPLOYMENT_TARGET' : '10.8', |
# SRWebSocket.m uses code with partial availability. |
# https://code.google.com/p/webrtc/issues/detail?id=4695 |
- 'WARNING_CFLAGS!': ['-Wpartial-availability'], |
+ 'WARNING_CFLAGS!': [ |
+ '-Wpartial-availability', |
+ # Hide the warning for SecRandomCopyBytes(), till we update |
+ # to upstream. |
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=6396 |
+ '-Wno-unused-result'], |
}, |
}], |
], |