Paul Jakma <[email protected]> writes: > On Mon, 12 Oct 2015, Donald Sharp wrote: > >> It sure looked like to me that it was a bit of a glibc pointing fingers at >> the gcc implementation and gcc pointing fingers at the glibc >> implementation, with a bit of not in my backyard thrown in for good measure. > > Would this 'fix' the Werror issue? ;) > > diff --git a/configure.ac b/configure.ac > index 64c591e..4e08b4c 100755 > --- a/configure.ac > +++ b/configure.ac > @@ -177,7 +177,7 @@ else > fi > > if test x"${enable_werror}" != x"no" ; then > - WERROR="-Werror" > + WERROR="-Werror -Wno-unused-result" > fi > AC_SUBST(WERROR)
If it does, it would be good to turn it on only for systems where it is known to be necessary. It seems there's something special about recent Debian. Has anyone else seen this?
signature.asc
Description: PGP signature
_______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
