diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-20 10:54:32 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-20 10:54:32 +0930 |
commit | e73a03d589b47ac9131f3932da7f78d2fef7bfb5 (patch) | |
tree | b8b159c518cebbc46d200ccb691a517341e75d3c /fb/fbarc.c | |
parent | 99d28c3ef37aeffe7d8ec41e45a650ba248c6958 (diff) |
fb: shut up two compiler warnings.
Diffstat (limited to 'fb/fbarc.c')
-rw-r--r-- | fb/fbarc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fb/fbarc.c b/fb/fbarc.c index f89b81c52..3a8a2c56a 100644 --- a/fb/fbarc.c +++ b/fb/fbarc.c @@ -77,6 +77,8 @@ fbPolyArc (DrawablePtr pDrawable, fbGetDrawable (pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); #ifdef FB_ACCESS_WRAPPER wrapped = 1; +#else + wrapped = 0; #endif while (narcs--) { |