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-