From 344996dece0211b2e707600f1ad22fefe87d0195 Mon Sep 17 00:00:00 2001 From: helly Date: Tue, 17 Jan 2006 21:41:24 +0000 Subject: [PATCH] - 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. --- re2c-2005.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.50.1