I personally like to develop code that compiles and behaves exactly the
same as it does when I release the code.  I can't tell you the number of
times I've had to track down weird issues related to different compile
options done between development and release code.  And yes I agree that we
probably won't see a -Wall -Werror issue between development and release
but I would rather not introduce anything that leads us down that path.

donald

On Mon, Oct 12, 2015 at 12:45 PM, Nick Hilliard <[email protected]> wrote:

> 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

Reply via email to