It's still a problem for anyone who compile locally with --enable-pedantic, so it's a gross oversimplification to say that the problem disappear just because there's a filter in Xenofarm.
I just tried with --enable-pedantic and got countless of warnings about the gcc-isms that comes from valgrind.h (by use of --with-valgrind). Pity.. :\
/ Martin Stjernholm, Roxen IS
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)