On Tue, 16 Apr 2002, Josh Wilmes wrote:
> Applied, thanks. Had to change the chartype.h part a bit, as it didn't > want to apply on its own. I am not sure why. > > Anyway, it's in. Is there a reason not to include -Wredundant_decls in > our default warnings flags? > I've just tried it out in Configure.pl, and it generates a bunch more warnings because the PMC init methods are declared in global_setup.h as well as in the PMC header files. Unlike the cases in the patch, this seems to be deliberate, but I'm not sure why we're doing this. Simon