]> granicus.if.org Git - re2c/commitdiff
- re2c is now warning free under MSVC.NET 2005, too
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 17 Jan 2006 21:41:24 +0000 (21:41 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 17 Jan 2006 21:41:24 +0000 (21:41 +0000)
# 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

index a7ca4fb4bc3fb857b5c31b51c8f5b6dd8c03b87d..3a86eb404317b098eeb556433ef97cdfa5f5e195 100755 (executable)
@@ -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"
                                OmitFramePointers="true"
                                EnableFiberSafeOptimizations="true"
                                AdditionalIncludeDirectories=""
-                               PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE"
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
                                SmallerTypeCheck="false"
                                BufferSecurityCheck="false"
                                DisableLanguageExtensions="false"