From d4a46fc3e6bb087bcd65c6934bb4180ca5794410 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 22 Nov 2008 14:33:01 -0800 Subject: [PATCH] fb: Removed a warning about unused variable --- fb/fbarc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fb/fbarc.c b/fb/fbarc.c index f89b81c52..97f614d26 100644 --- a/fb/fbarc.c +++ b/fb/fbarc.c @@ -71,8 +71,10 @@ fbPolyArc (DrawablePtr pDrawable, BoxRec box; int x2, y2; RegionPtr cclip; +#ifdef FB_ACCESS_WRAPPER int wrapped = 0; - +#endif + cclip = fbGetCompositeClip (pGC); fbGetDrawable (pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); #ifdef FB_ACCESS_WRAPPER