From: simonmar Date: Wed, 24 May 2000 10:29:43 +0000 (+0000) Subject: [project @ 2000-05-24 10:29:43 by simonmar] X-Git-Tag: Approximately_9120_patches~4396 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e08e99c65b7d3e6ead24f7d719ad84ac5111d718;p=ghc-hetmet.git [project @ 2000-05-24 10:29:43 by simonmar] disable -fwarn-hi-shadowing again, because we duplicate include paths in the driver too much. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 5b3c751..7a59b75 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -293,7 +293,7 @@ these are turned off by -Wnot. '-fwarn-missing-methods', '-fwarn-missing-fields', '-fwarn-deprecations', - '-fwarn-hi-shadowing', +# DISABLE DUE TO DUPLICATE INCLUDE PATHS (ToDo): '-fwarn-hi-shadowing', '-fwarn-duplicate-exports'); @MinusWOpts = (@StandardWarnings, '-fwarn-unused-binds',