From c78c305dde189da24f83591aea9a604a67994610 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 27 Aug 2001 18:52:25 +0000 Subject: [PATCH] Added compiler -w warning options. --- config/CONFIG.Host.Borland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.Host.Borland b/config/CONFIG.Host.Borland index f7aeda8e6..33a5df591 100644 --- a/config/CONFIG.Host.Borland +++ b/config/CONFIG.Host.Borland @@ -104,7 +104,7 @@ CCC_TEMPL_INST_FLAG = # -w-8012 Comparing signed and unsigned values # -w-8060 Possibly incorrect assignment # -w-8071 Conversion may lose significant digits -CCC_WARN_YES = -w -g0 -w-8012 -w-8060 -w-8071 +CCC_WARN_YES = -w -g0 -w-8012 -w-8060 -w-8071 -w-8008 -w-8027 -w-8066 -w-8080 -w-8004 # -w- display warnings off CCC_WARN_NO = -w-