On Sun, Sep 09, 2007 at 10:09:03PM +0200, Uwe Hermann wrote:
flashrom.c:402: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result flashrom.c:421: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
The warnings don't look critical to me, btw.
I guess glibc wants to emphasize that it's good form to check the return value and handle errors.
//Peter