RE: [GD-General] C++ analyzers?
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-07-18 23:29:42
|
> > int i = 0; > > > > is an unused variable even if you don't use it anywhere. And > > Um, yes it does. Maybe wou don't have your warnings set high > enough. That particular construct will generate a "variable > initialised but never used" warning. Doh, I stand corrected. I had warning levels 3, and it's per project, not per workspace, so it wasn't being carried over to all the other projects. My bad. /me grins sheepishly. Brian |