[Python-Dev] warn_unused_result warnings (original) (raw)
Benjamin Peterson benjamin at python.org
Fri Apr 1 01:11:46 CEST 2011
- Previous message: [Python-Dev] Please revert autofolding of tracker edit form
- Next message: [Python-Dev] warn_unused_result warnings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm rather sick of seeing this warnings on all compiles, so I propose we enable the -Wno-unused-results option. I judge that most of the cases where this occurs are error reporting functions, where not much with return code can be done.
-- Regards, Benjamin
- Previous message: [Python-Dev] Please revert autofolding of tracker edit form
- Next message: [Python-Dev] warn_unused_result warnings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]