Magnus Therning wrote:

> Speaking from experience it's good to fix all warnings,

This was may experience from the C programming language.

> since otherwise there 
> will be enough of them to cause a few "terminal pages" to scroll by when you 
> compile and then there's a real danger of not noticing real errors.  I'd pass 
> '-Wall -Werror' to ghc to force myself to do this :-)

I usually add  -fwarn-tabs to -Wall -Werror.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to