[project @ 1998-02-02 14:52:08 by simonm]
authorsimonm <unknown>
Mon, 2 Feb 1998 14:52:46 +0000 (14:52 +0000)
committersimonm <unknown>
Mon, 2 Feb 1998 14:52:46 +0000 (14:52 +0000)
commit87fe9c34612b5149ae8c8307567cb4cf54db82f2
tree5e1519554fb15627194347e2f35c1762dbd35c67
parent98ffa8563083a61a10642772769ef51c8cbbcc5e
[project @ 1998-02-02 14:52:08 by simonm]
Split -fwarn-unused-names into

-fwarn-unused-imports  Warn about unused explicit imports. (in -W)
-fwarn-unused-binds  Warn about unused bindings      (in -W)
-fwarn-unused-matches    Warn about unused names in pattern matches
 (not as useful, relegated to -Wall)
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/rename/Rename.lhs
ghc/compiler/rename/RnBinds.lhs
ghc/compiler/rename/RnEnv.lhs
ghc/compiler/rename/RnExpr.lhs
ghc/compiler/rename/RnIfaces.lhs
ghc/docs/users_guide/using.vsgml
ghc/driver/ghc.lprl