mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
> ../test/xi2/protocol-xiwarppointer.c:169:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value] > 169 | request.dst_x = -1 << 16; > | ~~ ^ > ../test/xi2/protocol-xiwarppointer.c:182:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value] > 182 | request.dst_y = -1 << 16; > | ~~ ^ Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>