diff options
author | simonmar <unknown> | 1999-06-28 12:15:57 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-06-28 12:15:57 +0000 |
commit | ac427fbae067690696799ffc9a30a1203f17c59c (patch) | |
tree | 8b52bcd65e4e13d1843a82932fc4abb912ffc64e | |
parent | ae137434ab5bd4d2f73e31cb48f845e0be0fcf66 (diff) | |
download | haskell-ac427fbae067690696799ffc9a30a1203f17c59c.tar.gz |
[project @ 1999-06-28 12:15:57 by simonmar]
Move -fwarn-unused-{binds,matches} back into -W (two votes for, one
against).
-rw-r--r-- | ghc/driver/ghc.lprl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 70f864aa29..a05f14755b 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, |