http://bugs.winehq.org/show_bug.cgi?id=16413
--- Comment #7 from Austin English austinenglish@gmail.com 2009-01-12 09:32:30 --- (In reply to comment #6)
The right fix is in glibc, since the gcc guys have decided that it can't be fixed by simply adding a void cast. Glibc should make sure that the warning is only enabled on functions where the return value really needs to always be checked. That's certainly not the case for things like fwrite().
Good to know, thanks. I'll check the glibc version on affected/unaffected boxes.