With --enable-pedantic I was hoping to avoid the mistake *before* checkin. It's not needed to detect the errors when it's built by xenofarm, the stricter compilers will show up red then anyway.
/ Mirar
Previous text:
2002-12-10 22:19: Subject: gcc 3.2
And the compilation logs provided by Xenofarm is already filtered, so it is possible to make this noise dissapear from our radar as well. Currently the following are removed completely (case insensitive):
constant removed_warnings = ({ "configure: warning: cleaning the environment from autoconf 2.5x pollution", "cc: 1501-245 warning: hard ulimit has been reduced to less than " "rlim_infinity. there may not be enough space to complete the " "compilation.", "cc1: warning: -fpic ignored (all code is position independent)", });
/ Martin Nilsson (hehe Torgny)