On Sun, Oct 30, 2005 at 09:44:21AM +0000, Angus Leeming wrote: > On Sunday 30 October 2005 08:55, Martin Vermeer wrote: > > On Sat, Oct 29, 2005 at 09:20:43PM +0100, Angus Leeming wrote: > > > Not too many of them... > > > Angus > > > > > > > > > j:\MSYS\home\Angus\LyX\devel\src\text2.C(996): warning C4189: 'boundary' > > > : local variable is initialized but not referenced > > > > Good Dog! > > Yes, I looked at this one myself (I've also got a couple of squashed warnings > in my tree). It looked like a bogus warning to me, but I'm so unfamiliar with > the IDE that I may well have been looking at the wrong file :)
What I meant was, that in 999 if (false && !boundary && the compiler (the 'dog' of the story) recognized that the second condition will never be reached. (I believe it was left there as a reminder. Perhaps commenting out would be better: 999 if (false /* && !boundary */ && ) - Martin
pgpFC4I7o410L.pgp
Description: PGP signature