Fix "warning: pointer targets in assignment differ in signedness".
This commit is contained in:
parent
17ed6242e7
commit
c448460fdc
|
@ -277,7 +277,7 @@ GetMotionHistory(DeviceIntPtr pDev, xTimecoord **buff, unsigned long start,
|
|||
int size;
|
||||
int dflt;
|
||||
AxisInfo from, *to; /* for scaling */
|
||||
CARD32 *ocbuf, *icbuf; /* pointer to coordinates for copying */
|
||||
INT32 *ocbuf, *icbuf; /* pointer to coordinates for copying */
|
||||
INT16 *corebuf;
|
||||
AxisInfo core_axis = {0};
|
||||
|
||||
|
|
Loading…
Reference in New Issue