re: [Flightgear-devel] Extra GCC warnings

2002-05-10 Thread David Megginson
Julian Foad writes: Andy queried why we aren't using the GCC option -Wall. I've been compiling for a few weeks now with extra GCC warnings enabled, to see whether it will help with portability issues or just be a nuisance. I used these options: -Wall -pedantic -Wpointer-arith

[Flightgear-devel] Extra GCC warnings

2002-05-02 Thread Julian Foad
Andy queried why we aren't using the GCC option -Wall. I've been compiling for a few weeks now with extra GCC warnings enabled, to see whether it will help with portability issues or just be a nuisance. I used these options: -Wall -pedantic -Wpointer-arith -Wall is highly recommended, and

Re: [Flightgear-devel] Extra GCC warnings

2002-05-02 Thread Jonathan Polley
On Thursday, May 2, 2002, at 07:55 PM, Julian Foad wrote: [Is there a more standard way to get a 64-bit integer, like int64_t in stdint.h of ANSI C'99? This warning only appears when -pedantic is used, and can be inhibited with -Wno-long-long. This bunch of warnings came out four