diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-08-23 19:38:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-08-23 19:38:13 +0000 |
commit | 8dbe9430b9721465765da50ffa679b63c2e1824a (patch) | |
tree | cadf51609c036c96b7aa802891eae907873bc2c7 /lib/libX11/src/GetPCnt.c | |
parent | 311459c7ca47421c292ff114aa2104e1f36c4dae (diff) |
Udate to libX11 1.6.6. bug fixes release - no API/ABI changes.
Diffstat (limited to 'lib/libX11/src/GetPCnt.c')
-rw-r--r-- | lib/libX11/src/GetPCnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libX11/src/GetPCnt.c b/lib/libX11/src/GetPCnt.c index 2c35d210c..72d9495b5 100644 --- a/lib/libX11/src/GetPCnt.c +++ b/lib/libX11/src/GetPCnt.c @@ -38,7 +38,7 @@ XGetPointerControl( int *threshold) { xGetPointerControlReply rep; - xReq *req; + _X_UNUSED xReq *req; LockDisplay(dpy); GetEmptyReq(GetPointerControl, req); (void) _XReply (dpy, (xReply *)&rep, 0, xTrue); |