From: simonmar Date: Mon, 22 May 2000 13:31:33 +0000 (+0000) Subject: [project @ 2000-05-22 13:31:33 by simonmar] X-Git-Tag: Approximately_9120_patches~4414 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d014467a9b416202c449371feb2f8cd5413835d0;p=ghc-hetmet.git [project @ 2000-05-22 13:31:33 by simonmar] Add -fwarn-hi-shadowing to the default set of warnings. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 40e9707..5b3c751 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -284,6 +284,7 @@ warnings that you get all the time are -fwarn-missing-fields -fwarn-deprecations -fwarn-duplicate-exports + -fwarn-hi-shadowing these are turned off by -Wnot. @@ -292,6 +293,7 @@ these are turned off by -Wnot. '-fwarn-missing-methods', '-fwarn-missing-fields', '-fwarn-deprecations', + '-fwarn-hi-shadowing', '-fwarn-duplicate-exports'); @MinusWOpts = (@StandardWarnings, '-fwarn-unused-binds',