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.
V
Victor Stinner committed
408bfa6d96456a7c3621e5c6d249d3fac337a78b
Parent: 44d9bea