-pedantic -Wno-long-long
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-12-09 17:10: Subject: gcc 3.2
-pedantic isn't very useful. It gives too many warnings - 4 every source file from includes clogs most other output.
bignum.h:63: warning: ISO C89 does not support `long long' bignum.h:64: warning: ISO C89 does not support `long long' global.h:241: warning: ISO C89 does not support `long long' global.h:241: warning: ISO C89 does not support `long long'
long long is useful and configure-tested to work, so these warnings are useless. I suppose there is no way to error for declarations in the wrong order and yet not warn for long long?
/ Mirar