On Wed, Jul 09, 2003 at 11:48:39PM +0900, ts wrote: > >>>>> "B" == Brian Candler <B.Candler / pobox.com> writes: > > B> The fact that the error is not trapped at the earliest possible point, but > B> may result in a failure downstream (possibly a long way downstream) > > a warning is not an error. But it could be an indication of one. You can write your code in such a way, if you choose, that no warnings are generated. I like the idea of being able to turn warnings into "hard" errors. Regards, Brian.