]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28152: Fix -Wunreachable-code warning on clang
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Dec 2016 16:55:36 +0000 (17:55 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 5 Dec 2016 16:55:36 +0000 (17:55 +0100)
commit44d9bea1b823ed1ac25a78bb350b03848e59ac80
tree4b289da7054393e824467ce38170a3fc9a8c77e2
parent9a2329f9e116e8bcc82803bbd0ef65b7db083c34
Issue #28152: Fix -Wunreachable-code warning on clang

Replace C if() with precompiler #if to fix a warning on dead code when using
clang.
Modules/zipimport.c