Re: [PATCH 5/7] debug output format fix in ephyrProcessMouseMotion()

2015-08-16 Thread Peter Hutterer
On Thu, Aug 13, 2015 at 01:11:35PM +0100, Jon TURNEY wrote: > xorg/xserver/hw/kdrive/ephyr/ephyr.c:979:9: error: format ‘%d’ expects > argument of type ‘int’, but argument 4 has type ‘ScreenPtr’ [-Werror=format=] > > This looks like a genuine bug, and ephyrCursorScreen->myNum was meant here > rat

[PATCH 5/7] debug output format fix in ephyrProcessMouseMotion()

2015-08-13 Thread Jon TURNEY
xorg/xserver/hw/kdrive/ephyr/ephyr.c:979:9: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘ScreenPtr’ [-Werror=format=] This looks like a genuine bug, and ephyrCursorScreen->myNum was meant here rather than ephyrCursorScreen Signed-off-by: Jon TURNEY --- hw/kdrive/