From: helly Date: Tue, 17 Jan 2006 21:41:24 +0000 (+0000) Subject: - re2c is now warning free under MSVC.NET 2005, too X-Git-Tag: 0.13.6~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=344996dece0211b2e707600f1ad22fefe87d0195;p=re2c - re2c is now warning free under MSVC.NET 2005, too # The last deprecation warning left without the _CRT_SECURE_NO_DEPRECATION # is a bogus warning for our use case. Thus we can simply drop the warning. --- diff --git a/re2c-2005.vcproj b/re2c-2005.vcproj index a7ca4fb4..3a86eb40 100755 --- a/re2c-2005.vcproj +++ b/re2c-2005.vcproj @@ -40,7 +40,7 @@ Name="VCCLCompilerTool" Optimization="0" FavorSizeOrSpeed="1" - PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" DisableLanguageExtensions="false" BrowseInformation="1" DebugInformationFormat="3" @@ -115,7 +115,7 @@ OmitFramePointers="true" EnableFiberSafeOptimizations="true" AdditionalIncludeDirectories="" - PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" SmallerTypeCheck="false" BufferSecurityCheck="false" DisableLanguageExtensions="false"