[issue24324] Remove -Wunreachable-code flag

Ned Deily report at bugs.python.org
Tue Mar 8 01:01:59 EST 2016


Ned Deily added the comment:

Thanks for the suggested patches.  I used a somewhat different approach in an attempt to retain the benefit of the unreachable code warning when using other (non-GCC) compilers, in particular, llvm clang where the warnings do seem to be useful.

----------
nosy: +ned.deily
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed
versions: +Python 3.6 -Python 2.7

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


More information about the Python-bugs-list mailing list