New submission from Benjamin Peterson <benja...@python.org>: gcc 4.3.2 is currently coughing up warnings like this:
Objects/object.c: In function 'internal_print': Objects/object.c:301: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result Objects/object.c:310: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result Python/marshal.c: In function 'w_string': Python/marshal.c:97: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result ./Modules/signalmodule.c: In function 'signal_handler': ./Modules/signalmodule.c:182: warning: ignoring return value of 'write', declared with attribute warn_unused_result ---------- components: Build messages: 94597 nosy: benjamin.peterson priority: normal severity: normal status: open title: fwrite() compiler warnings type: compile error versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7225> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com