This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients matrixise, serhiy.storchaka, skrah
Date 2017-07-13.17:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499966151.37.0.705219729403.issue30923@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that by default the compiler recognizes a wide variety of "falls through" comments. Thus we need just add missed comments.

There are warnings emitted when compile imported third-party code. We should ask Stefan for adding "falls through" comments in his libmpdec. And either compile expat with -Wimplicit-fallthrough=0, or wait until warnings will be fixed in upstream, or remove the bundled copy of expat.
History
Date User Action Args
2017-07-13 17:15:51serhiy.storchakasetrecipients: + serhiy.storchaka, skrah, matrixise
2017-07-13 17:15:51serhiy.storchakasetmessageid: <1499966151.37.0.705219729403.issue30923@psf.upfronthosting.co.za>
2017-07-13 17:15:51serhiy.storchakalinkissue30923 messages
2017-07-13 17:15:51serhiy.storchakacreate