From cd1d5b3b415bfcf9ad5d16a9d760dcf4a74f0837 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 29 Nov 2005 22:45:28 +0000 Subject: [PATCH] Added override comments for Visual C++ 8.0 or 8.0 express. --- configure/os/CONFIG_SITE.win32-x86.win32-x86 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure/os/CONFIG_SITE.win32-x86.win32-x86 b/configure/os/CONFIG_SITE.win32-x86.win32-x86 index 6491e1131..342ce350f 100644 --- a/configure/os/CONFIG_SITE.win32-x86.win32-x86 +++ b/configure/os/CONFIG_SITE.win32-x86.win32-x86 @@ -12,4 +12,8 @@ #WARN_CXXFLAGS_YES = /W3 +# iF you have Visual C++ 8.0 or 8.0 express, uncomment the following override. +# This will to eliminate warnings about /GX being deprecated. +# +#CCC = cl /nologo /EHsc /GR