[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)
Showing
- ghc/compiler/main/CmdLineOpts.lhs 4 additions, 4 deletionsghc/compiler/main/CmdLineOpts.lhs
- ghc/compiler/rename/Rename.lhs 7 additions, 11 deletionsghc/compiler/rename/Rename.lhs
- ghc/compiler/rename/RnBinds.lhs 3 additions, 3 deletionsghc/compiler/rename/RnBinds.lhs
- ghc/compiler/rename/RnEnv.lhs 18 additions, 4 deletionsghc/compiler/rename/RnEnv.lhs
- ghc/compiler/rename/RnExpr.lhs 2 additions, 1 deletionghc/compiler/rename/RnExpr.lhs
- ghc/compiler/rename/RnIfaces.lhs 2 additions, 2 deletionsghc/compiler/rename/RnIfaces.lhs
- ghc/docs/users_guide/using.vsgml 26 additions, 7 deletionsghc/docs/users_guide/using.vsgml
- ghc/driver/ghc.lprl 20 additions, 17 deletionsghc/driver/ghc.lprl
Loading
Please register or sign in to comment