On Mon, Oct 8, 2012 at 8:58 AM, Bruce Momjian <bruce@momjian.us> wrote:
> I am seeing the following warnings in git head from zic.c:
>
> zic.c:1505: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
...
>
> Seems casting to void is not enough. Not sure why the error just
> started appearing for me last week. I don't see any recent gcc updates.
> This is gcc version 4.4.5-8 on Debian Squeeze.
I think it was the addition of _FORTIFY_SOURCE
I get the warnings in zic.c, but also I was also getting them in a
different file. But now I only see zic ones in newest HEAD.
Cheers,
Jeff