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

Unified Diff: webrtc/test/test.gyp

Issue 1713493002: Roll chromium_revision 1d144ca..fa5d546 (375480:376142) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: A collection of fixes Created 4 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 | « webrtc/supplement.gypi ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/test.gyp
diff --git a/webrtc/test/test.gyp b/webrtc/test/test.gyp
index 492690db8ebbbded98a5cafa5f21a738a4ee0a3e..cb5650dc8a5fa1fdf1b9f708d92535427ca64df3 100644
--- a/webrtc/test/test.gyp
+++ b/webrtc/test/test.gyp
@@ -41,6 +41,9 @@
'channel_transport/udp_transport_impl.cc',
'channel_transport/udp_transport_impl.h',
],
+ 'msvs_disabled_warnings': [
+ 4302, # cast truncation
+ ],
'conditions': [
['OS=="win" and clang==1', {
'msvs_settings': {
« no previous file with comments | « webrtc/supplement.gypi ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698