RE: clever compiler highlights possible bug...

2000-10-19 Thread Juergen Vigna
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 preceeding

RE: clever compiler highlights possible bug...

2000-10-19 Thread Juergen Vigna
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

Re: clever compiler highlights possible bug...

2000-10-18 Thread Lars Gullik Bjønnes
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

Re: clever compiler highlights possible bug...

2000-10-18 Thread Lars Gullik Bjønnes
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: | |