From 7e39f24cc1f3aac9b344123eba336d320595e1b2 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 4 May 2011 22:16:13 -0400 Subject: [PATCH] [sm130futures] Disable C4996 in the vcproj. I think we can start removing the pragmas now. --- src/StepMania-net2008.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StepMania-net2008.vcproj b/src/StepMania-net2008.vcproj index 099e404c04..71ed0de56a 100644 --- a/src/StepMania-net2008.vcproj +++ b/src/StepMania-net2008.vcproj @@ -65,6 +65,7 @@ WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" + DisableSpecificWarnings="4996" />