summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xorg/xorg_exa.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-27 23:02:55 -0800
committerVinson Lee <vlee@vmware.com>2009-12-27 23:02:55 -0800
commitc441386b0c5c70fc4ae5b3c1eff3fb7f09812a30 (patch)
tree14911faba56379139d4ed5ca94dca4df574be682 /src/gallium/state_trackers/xorg/xorg_exa.c
parentaa0437532edf155ee6e65e2e6890fdd58dfec0a4 (diff)
st/xorg: Silence unused variable warnings.
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.c')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_exa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c
index 17a032ee87..37c234af28 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -515,6 +515,7 @@ ExaCopy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY,
#endif
debug_assert(priv == exa->copy.dst);
+ (void) priv;
if (exa->copy.use_surface_copy) {
/* XXX: consider exposing >1 box in surface_copy interface.