[issue30923] Add -Wimplicit-fallthrough=0 to Makefile ?

Stefan Krah report at bugs.python.org
Fri Aug 18 14:44:44 EDT 2017


Stefan Krah added the comment:

So I installed gcc-7.2.0 from source. Hilariously compiling gcc *itself*
emits fallthrough warnings!

Then I tried to be a good open source drone and add 20 /* fall through */
comments to libmpdec.

gcc is too stupid to recognize the /* fall through */ at the #endif
position.


Perhaps the author of this gcc warning wants to submit a patch.

----------

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


More information about the Python-bugs-list mailing list