From: simonmar Date: Mon, 28 Jun 1999 12:15:57 +0000 (+0000) Subject: [project @ 1999-06-28 12:15:57 by simonmar] X-Git-Tag: Approximately_9120_patches~6071 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ac427fbae067690696799ffc9a30a1203f17c59c [project @ 1999-06-28 12:15:57 by simonmar] Move -fwarn-unused-{binds,matches} back into -W (two votes for, one against). --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 70f864a..a05f147 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -279,10 +279,10 @@ these are turned off by -Wnot. \begin{code} @StandardWarnings = ('-fwarn-overlapping-patterns', '-fwarn-missing-methods', - '-fwarn-unused-binds', - '-fwarn-unused-matches', '-fwarn-duplicate-exports'); @MinusWOpts = (@StandardWarnings, + '-fwarn-unused-binds', + '-fwarn-unused-matches', '-fwarn-incomplete-patterns', '-fwarn-unused-imports'); @MinusWallOpts = (@MinusWOpts,