simonpj     2002/11/20 01:37:49 PST

  Modified files:
    ghc/docs/users_guide flags.sgml using.sgml 
    ghc/compiler/main    CmdLineOpts.lhs DriverFlags.hs 
                         ErrUtils.lhs 
    ghc/compiler/typecheck TcRnMonad.lhs 
  Log:
        -----------------------------------------------
        Add -Werror flag, which makes warnings fatal
        -----------------------------------------------
  
  -Werror is standard gcc-ism; it makes warnings into fatal errors
  so you don't miss them in a batch compile.
  
  Fairly easy to implement, by modifying ErrUtils.errorsFound
  
  Suggested by Ashley Yakeley
  
  Revision  Changes    Path
  1.22      +6 -0      fptools/ghc/docs/users_guide/flags.sgml
  1.57      +9 -0      fptools/ghc/docs/users_guide/using.sgml
  1.170     +1 -0      fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.106     +2 -1      fptools/ghc/compiler/main/DriverFlags.hs
  1.40      +7 -6      fptools/ghc/compiler/main/ErrUtils.lhs
  1.10      +9 -6      fptools/ghc/compiler/typecheck/TcRnMonad.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to