summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_cmdbuf.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-09-24 04:20:58 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-09-24 04:20:58 +0000
commit303c342d5353e7fb1b480da97ce505357eafe0c0 (patch)
treea369970a503bc3eb534d35cdd86c55520ef86c06 /src/mesa/drivers/dri/r200/r200_cmdbuf.c
parentcddd5c99e526f0e8e550caffcbf87100957845b8 (diff)
-O -Wall warnings cleanups in r200.
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_cmdbuf.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_cmdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_cmdbuf.c b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
index 128d9b86d7..384c1634ea 100644
--- a/src/mesa/drivers/dri/r200/r200_cmdbuf.c
+++ b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
@@ -109,7 +109,7 @@ void r200SetUpAtomList( r200ContextPtr rmesa )
void r200EmitState( r200ContextPtr rmesa )
{
char *dest;
- int i, mtu;
+ int mtu;
struct r200_state_atom *atom;
if (R200_DEBUG & (DEBUG_STATE|DEBUG_PRIMS))