From 9bf47cbebd13f8e352042b876d0d33a12c18980f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 19 Dec 2011 19:56:37 -0500 Subject: [PATCH] Remove deprecated switch, disable warnings. --- src/libtomcrypt/libtomcrypt-net2008.vcproj | 12 ++++++++---- src/libtommath/libtommath-net2008.vcproj | 8 ++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/libtomcrypt/libtomcrypt-net2008.vcproj b/src/libtomcrypt/libtomcrypt-net2008.vcproj index cddc79169b..e23705d644 100644 --- a/src/libtomcrypt/libtomcrypt-net2008.vcproj +++ b/src/libtomcrypt/libtomcrypt-net2008.vcproj @@ -48,8 +48,9 @@ RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="2" - Detect64BitPortabilityProblems="true" + Detect64BitPortabilityProblems="false" DebugInformationFormat="4" + DisableSpecificWarnings="4311;4333" />