Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: webrtc/examples/BUILD.gn

Issue 2714123002: Revert of Remove some warning suppressions from SocketRocket. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index d0808b110ab73439106dbab72146d7e600d7e334..0098d69781b72a4ca416a826ed4cdf85142d9cea 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -393,11 +393,16 @@
"-Wno-deprecated-declarations",
"-Wno-nonnull",
"-Wno-semicolon-before-method-body",
+ "-Wno-unused-variable",
]
cflags_objc = [
# Enabled for cflags_objc in build/config/compiler/BUILD.gn.
"-Wno-objc-missing-property-synthesis",
+
+ # Hide the warning for SecRandomCopyBytes(), until we update to upstream.
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=6396
+ "-Wno-unused-result",
]
}
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698