Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2002-11-20 09:37:45 by simonpj] · 34a10d66
    Simon Peyton Jones authored
    -----------------------------------------------
    	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
    34a10d66