diff options
Diffstat (limited to 'miext/shadow/shplanar.c')
-rw-r--r-- | miext/shadow/shplanar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/shadow/shplanar.c b/miext/shadow/shplanar.c index 9ca3f3f89..350405186 100644 --- a/miext/shadow/shplanar.c +++ b/miext/shadow/shplanar.c @@ -98,7 +98,7 @@ shadowUpdatePlanar4 (ScreenPtr pScreen, FbStride shaStride; int scrBase, scrLine, scr; int shaBpp; - int shaXoff, shaYoff; /* XXX assumed to be zero */ + _X_UNUSED int shaXoff, shaYoff; int x, y, w, h, width; int i; CARD32 *winBase = NULL, *win; |