[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

Bruno Dupuis report at bugs.python.org
Sat Dec 1 11:14:02 CET 2012


Bruno Dupuis added the comment:

I don't agree. Trash build logs are bad, trash code (I mean, in terms of utility, not quality :-) ) is far worst IMHO.

The purpose of this bug, to me, is to try to find a neat way to suppress the warnings without touching the code, and if we can't, wich is probable, we just tell the world : "Yeah, we know this bug, it's not ours and it has no inpact".

Anyway, I do not know the official policy for this kind of problem, but I really think we should avoid adding dead code as a workaround for every bug of every supported version of each supported compiler.

----------
versions:  -Python 2.7, Python 3.2, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16588>
_______________________________________


More information about the Python-bugs-list mailing list