[Python-Dev] warn_unused_result warnings

Benjamin Peterson benjamin at python.org
Fri Apr 1 01:11:46 CEST 2011


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


More information about the Python-Dev mailing list