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 <jschuh@chromium.org>.

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3423 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org
2013-01-29 06:45:22 +00:00
parent 9ae4c669ec
commit 63e0964039
9 changed files with 17 additions and 1 deletions

View File

@ -122,6 +122,8 @@
'dependencies': ['audio_processing_neon',],
}],
],
# TODO(jschuh): Bug 1348: fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
],
'conditions': [