Simon Marlow wrote:

> I take your point that this isn't very consistent:  there should be a
> way to turn off all warnings easily.  What do other people think?
> 
> The options are:
> 
>       * have all warnings off by default, a standard set of warnings
>         being available by adding the -W command line option.
> 
>       * have a standard set of warnings on by default, with all
>         warnings being turned off by the -Wnot (or something) flag.

I'd prefer to have the warnings off by default.  And why
don't go for a command line option set like that of the
`gcc'?  Then, `-Wall' activates all warnings and you can
get the individual warnings with `-W<warning name>'.

Manuel

Reply via email to