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

Unified Diff: speex.gyp

Issue 6903072: Disable VS warnings in speex. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/speex/
Patch Set: Created 9 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: speex.gyp
===================================================================
--- speex.gyp (revision 70427)
+++ speex.gyp (working copy)
@@ -87,6 +87,7 @@
'include', # Clients expect <speex/speex.h> to be a system header.
],
},
+ 'msvs_disabled_warnings': [4244, 4305],
},
],
}, { # use_system_speex != 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698