On Sat, Apr 21, 2012 at 01:45:45PM +0200, Philippe Roussel wrote: > I'm not the one who added -Werror to the default build of DBusKit and I > don't want to argue about standards or compiler. In my point of vue it > quite simple : if it's in the source repository it should compile with a > supported compiler (and I'm not arguing about 2.95.3 support here so > please), end of story.
True. But please note the folllowing: -Werror is not at fault here, -Wdeclaration-after-statement is. Also, -Werror is only used for code in trunk as a basic code quality check, release versions disable it since releases are supposed not to have known problems. Cheers, Niels _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
