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

Unified Diff: build/common.gypi

Issue 28823003: WIP: Disable warning C4996 for Win SDK 8.1 for all (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 258f9218e7ad338ffbd07f443fbc8d6473a666a0..093fb2715384699415c9111110fb0973c1d6cd4d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4389,6 +4389,10 @@
],
},
],
+ ['MSVS_VERSION=="2013"', {
scottmg 2013/10/18 16:11:57 needs 'or MSVS_VERSION=="2013e"' also. If it's mos
+ # For using deprecated API GetVersionEx
+ 'msvs_disabled_warnings': [4996]
Will Harris 2013/10/18 11:37:57 this turns off warnings for all deprecated functio
+ }],
['component=="static_library"', {
'defines': [
'_HAS_EXCEPTIONS=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