GCC that we are using gcc version 4.9.2 (Debian 4.9.2-10) Glibc: 2.19-18+deb8u1:
The offending code in unistd.h: extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur; ./x86_64-linux-gnu/sys/cdefs.h:# define __wur __attribute_warn_unused_result__ As to why other people are not seeing it. I would imagine not everyone is running with -Wall and -Werror turned on at the same time as part of a build. donald On Mon, Oct 12, 2015 at 12:37 PM, Paul Jakma <[email protected]> wrote: > On Mon, 12 Oct 2015, Greg Troxel wrote: > > 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? >> > > Yeah, I'm curious about the versions involved too. I don't see the warning > on Fedora 23 beta. > > regards, > -- > Paul Jakma [email protected] @pjakma Key ID: 64A2FF6A > Fortune: > quatnum decoherence >
_______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
