On Wed, 7 Jul 2004, Oliver Jowett wrote:
> > How many people really check for warnings anyway?
>
> I hate this argument. If we don't generate any warnings, of course no
> one will check for them!
No, this is different. Exceptions are supposed to prevent you from
checking the return code on every function call, which the warning API
seems to want to you to do.
Kris Jurka