From 58989fb8e1ace542fd66c0d6469545c9a006b198 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 6 Aug 2001 23:22:17 +0000 Subject: [PATCH] supress additional warnings --- configure/os/CONFIG.win32-x86-borland.win32-x86-borland | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland index e255374cc..4ac4d3273 100644 --- a/configure/os/CONFIG.win32-x86-borland.win32-x86-borland +++ b/configure/os/CONFIG.win32-x86-borland.win32-x86-borland @@ -117,7 +117,10 @@ endif # -w-8080 'identifier' declared but never used # (instantiating unused static const external parameters is # anachronistic compiler practice) -WARN_CXXFLAGS_YES = -w -g0 -w-8012 -w-8060 -w-8071 -w-8008 -w-8027 -w-8066 -w-8080 +# -w-8004 'identifier' is assigned a value that is never used +# (compile time know template parameters +# causes this to spew garbage) +WARN_CXXFLAGS_YES = -w -g0 -w-8012 -w-8060 -w-8071 -w-8008 -w-8027 -w-8066 -w-8080 -w-8004 # -w- display warnings off WARN_CXXFLAGS_NO = -w-