[Zope-dev] M$ compiler triumph

Anthony Pfrunder s341625@student.uq.edu.au
Fri, 8 Oct 1999 22:53:43 +1000 (GMT+1000)


On Fri, 8 Oct 1999, Robin Becker wrote:

> I get this message from VC++ 6.0
[snip]
> C4700: local variable 'dt' used without having been initialized
[snip]
>   int dt=0;
	  ^^^ Why doesn't it pick this up?

Run debug on it and see what the value is.  Is this the latest CVS
version?

Cheers,

Anthony Pfrunder