[2.0.11] clang-19 with --enable-wayland reports issue "result of comparison [..] is always false" (-Wtautological-constant-out-of-range-compare)
The output from Clang-19 is this:
gamma-wl.c:395:53: warning: result of comparison of constant 1537228672809129301 with expression of type 'uint32_t' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
395 | if (output->gamma_size == 0 || output->gamma_size > SSIZE_MAX / (3 * sizeof(uint16_t))) {
| ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~