RE: clever compiler highlights possible bug...
On 18-Oct-2000 Angus Leeming wrote: > Maybe, just maybe this exercise might find a bug. > > Compiling screen.C, I find that >#550-D variable "height" was set but never used > int height; > [snip code] > > Should DrawFromTo() be passed "height" or can we scrap the pre
Re: clever compiler highlights possible bug...
Angus Leeming <[EMAIL PROTECTED]> writes: | Maybe, just maybe this exercise might find a bug. | | Compiling screen.C, I find that | #550-D variable "height" was set but never used | int height; | | The relevant code: | | void