From 2be6c3e0d17574aa1e19bdf46ab4f1b6cb025944 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 29 Jan 2013 06:45:22 +0000 Subject: Fix webrtc compilation errors for Chrome Win64 Mostly disabling warnings in the gyp files. BUG=1348 BUG=http://crbug.com/166496 BUG=http://crbug.com/167187 Review URL: https://webrtc-codereview.appspot.com/1063011 Patch from Justin Schuh . git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3423 4adac7df-926f-26a2-2b94-8c16560cd09d --- common_video/common_video.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common_video') diff --git a/common_video/common_video.gyp b/common_video/common_video.gyp index d8f2a3f5..36e2ee5b 100644 --- a/common_video/common_video.gyp +++ b/common_video/common_video.gyp @@ -66,6 +66,8 @@ 'plane.h', 'plane.cc', ], + # Silence jpeg struct padding warnings. + 'msvs_disabled_warnings': [ 4324, ], }, ], # targets 'conditions': [ -- cgit v1.2.3