mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: fix two compiler warnings
unused variable in exevents.c implicit declaration in warpdevp.c
This commit is contained in:
@@ -952,7 +952,6 @@ ProcessOtherEvent(xEventPtr xE, DeviceIntPtr device, int count)
|
||||
KeyClassPtr k;
|
||||
ValuatorClassPtr v;
|
||||
deviceValuator *xV = (deviceValuator *) xE;
|
||||
int coretype = 0;
|
||||
int ret = 0;
|
||||
|
||||
ret = UpdateDeviceState(device, xE, count);
|
||||
|
||||
@@ -48,6 +48,7 @@ from the author.
|
||||
#include "extnsionst.h"
|
||||
#include "exevents.h"
|
||||
#include "exglobals.h"
|
||||
#include "mipointer.h" /* for miPointerUpdateSprite */
|
||||
|
||||
|
||||
#include "warpdevp.h"
|
||||
|
||||
Reference in New Issue
Block a user