gcc -Wtype-limits complained about unsigned >= 0. Cast to signed so
that it might check for underflow.
Alternately, we might just delete the checks.
Differential D27564
posixshm_test.c: tautology in test rlibby on Dec 10 2020, 10:43 PM. Authored by Tags None Referenced Files
Details
gcc -Wtype-limits complained about unsigned >= 0. Cast to signed so Alternately, we might just delete the checks. env MAKEOBJDIRPREFIX=/usr/obj/gcc6 CROSS_TOOLCHAIN=amd64-gcc make buildworld env MAKEOBJDIRPREFIX=/usr/obj/clang make buildworld ... I'll look into actually running this test too.
Diff Detail
Event TimelineComment Actions The in-kernel source for the sysctl is also unsigned. |