From ffb828afda84b4f2845df1f8ce15f628a0910644 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 8 May 2003 20:13:47 +0000 Subject: [PATCH] Updates for Visual c++ 6.0 --- configure/os/CONFIG_SITE.win32-x86.win32-x86 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG_SITE.win32-x86.win32-x86 b/configure/os/CONFIG_SITE.win32-x86.win32-x86 index bf871cea9..a4b3c1c24 100644 --- a/configure/os/CONFIG_SITE.win32-x86.win32-x86 +++ b/configure/os/CONFIG_SITE.win32-x86.win32-x86 @@ -1,11 +1,12 @@ # $Id$ # Microsoft Visual C++ .NET is the default compiler -# If you have Visual C++ 6.0, uncomment the following 3 override lines -# This will to eliminate warnings about unknown options /GL and LTCG. - +# If you have Visual C++ 6.0, uncomment the following 4 override lines +# This will to eliminate warnings about unknown options /GL, LTCG, and /44355. #OPT_CFLAGS_YES = /Ox #OPT_CXXFLAGS_YES = /Ox #LINK_OPT_FLAGS_YES = /incremental:no /opt:ref /release $(PROD_VERSION:%=/version:%) +#WARN_CFLAGS_YES = /W3 +