]> granicus.if.org Git - python/commit
Issue #28152: Fix -Wunreachable-code warnings on Clang
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Dec 2016 16:56:36 +0000 (17:56 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Dec 2016 16:56:36 +0000 (17:56 +0100)
commit9a2329f9e116e8bcc82803bbd0ef65b7db083c34
tree0f516d9877e2ae368624f0591e9350b16445bbf7
parent7bfb42d5b7721ca26e33050d025fec5c43c00058
Issue #28152: Fix -Wunreachable-code warnings on Clang

Don't declare dead code when the code is declared with Clang.
Modules/faulthandler.c
Modules/posixmodule.c