Re: Squashing the remaining compilation warnings in 1.4.x

2005-10-05 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Actually, I got rid of sprintf entirely and used Angus> convert(column).c_str() Buffer overflows are an Angus> unnecessary evil. Angus> Committing now... Very good. JMarc

Re: Squashing the remaining compilation warnings in 1.4.x

2005-10-05 Thread Angus Leeming
Angus Leeming wrote: > Jean-Marc Lasgouttes wrote: >> Angus> The attached patch squashes the warnings below. I believe that >> Angus> it completes Jean-Marc's recent attempt to squash all the >> Angus> warnings over which we have control. >> I wonder why I missed these. I remember though being sur

Re: Squashing the remaining compilation warnings in 1.4.x

2005-10-04 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus> The attached patch squashes the warnings below. I believe that Angus> it completes Jean-Marc's recent attempt to squash all the Angus> warnings over which we have control. I wonder why I missed these. I remember though being surprised to have few things to fi

Re: Squashing the remaining compilation warnings in 1.4.x

2005-10-04 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The attached patch squashes the warnings below. I believe that Angus> it completes Jean-Marc's recent attempt to squash all the Angus> warnings over which we have control. I wonder why I missed these. I remember though being surpri

Squashing the remaining compilation warnings in 1.4.x

2005-10-04 Thread Angus Leeming
The attached patch squashes the warnings below. I believe that it completes Jean-Marc's recent attempt to squash all the warnings over which we have control. Ok to apply? FormGraphics.C: line 288: enumeration value 'PAPER_CUSTOM' not handled in switch enumeration value 'PAPER_B3' not handled in