On 12/10/2015 16:57, Donald Sharp wrote: > I am also not a fan of -Wno-blah-blah in this case because it would cover > up new coding mistakes which is the against the goal of finding problems > with -Wall and -Werror.
in situations like this, would it not be better to use -Wall and leave out -Werror on affected platforms, rather than putting sticky tape on the problem? -Werror is fine for development / CI environments, but I would question its usefulness for production releases. Nick _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
