diff options
Diffstat (limited to 'fb/fb24_32.c')
-rw-r--r-- | fb/fb24_32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fb/fb24_32.c b/fb/fb24_32.c index 2e600edc0..033fa46c5 100644 --- a/fb/fb24_32.c +++ b/fb/fb24_32.c @@ -540,8 +540,8 @@ fb24_32ReformatTile(PixmapPtr pOldTile, int bitsPerPixel) FbStride oldStride, newStride; int oldBpp, newBpp; fb24_32BltFunc blt; - int oldXoff, oldYoff; - int newXoff, newYoff; + _X_UNUSED int oldXoff, oldYoff; + _X_UNUSED int newXoff, newYoff; pNewTile = pScreen->CreatePixmap(pScreen, pOldTile->drawable.width, pOldTile->drawable.height, |