src/raycasting/events.c:25:23: error: comparison of unsigned expression in ‘>= 0’ is always true [-Werror=type-limits]
25 | if ((size_t)x >= 0 || (size_t)x <= rdata->map.msize.j)
| ^~
src/raycasting/events.c:27:23: error: comparison of unsigned expression in ‘>= 0’ is always true [-Werror=type-limits]
27 | if ((size_t)y >= 0 || (size_t)y <= rdata->map.msize.i)