From 19db5466ae2ce583b6e0a5e53db3556ba3dc739e Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 9 Oct 2000 09:19:16 +0000 Subject: [PATCH] [project @ 2000-10-09 09:19:16 by simonmar] Re-add -fwarn-hi-shadowing now that we mostly remove duplicates from the import path. --- ghc/driver/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs index c218970..c80e1b6 100644 --- a/ghc/driver/Main.hs +++ b/ghc/driver/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -W -fno-warn-incomplete-patterns #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.64 2000/10/05 13:27:54 simonmar Exp $ +-- $Id: Main.hs,v 1.65 2000/10/09 09:19:16 simonmar Exp $ -- -- GHC Driver program -- @@ -396,6 +396,7 @@ minusWallOpts = minusWOpts ++ [ "-fwarn-type-defaults" , "-fwarn-name-shadowing" , "-fwarn-missing-signatures" + , "-fwarn-hi-shadowing" ] data WarningState = W_default | W_ | W_all | W_not -- 1.7.10.4