diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-05 18:00:42 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-05 18:00:42 +0100 |
commit | 408bfa6d96456a7c3621e5c6d249d3fac337a78b (patch) | |
tree | ba48f0c57864d5f6e7c34fd52f40147ce9aebb80 /Python/formatter_unicode.c | |
parent | 44d9bea1b823ed1ac25a78bb350b03848e59ac80 (diff) | |
download | cpython-git-408bfa6d96456a7c3621e5c6d249d3fac337a78b.tar.gz |
Issue #28152: Fix -Wunreachable-code warning on clang
Replace 0 with (0) to ignore a compiler warning about dead code on
"((int)(SEM_VALUE_MAX) < 0)": SEM_VALUE_MAX is not negative on Linux.
Diffstat (limited to 'Python/formatter_unicode.c')
0 files changed, 0 insertions, 0 deletions