SIGN IN SIGN UP

gh-131296: Avoid posixmodule.c warning (GH-133142)

Clang-cl detects that on 32-bit builds the variable is always smaller than the value. But since the same code is used for other architectures, we can't just _fix_ it. This cast avoids the tautological-constant-out-of-range-compare warning.
W
Wulian233 committed
b6c2ef0c7a1e344681f9a8649bb662208ffd01cf
Parent: 0c5151b
Committed by GitHub <noreply@github.com> on 5/5/2025, 4:45:15 PM