diff options
author | Ben Skeggs <darktama@iinet.net.au> | 2006-12-24 00:50:13 +1100 |
---|---|---|
committer | Ben Skeggs <darktama@iinet.net.au> | 2006-12-24 00:50:13 +1100 |
commit | d79323bd42864fc4768874f56734bad9dc6d8a9c (patch) | |
tree | 31b2adafef5082f137df54c9ac2442136cce9d83 /src/mesa/drivers/dri/nouveau/nouveau_driver.c | |
parent | f54c725497cac19294e1465413d21a9416d4245f (diff) |
nouveau: Kill some compile warnings.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_driver.c')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_driver.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_driver.c b/src/mesa/drivers/dri/nouveau/nouveau_driver.c index f85dc62e74..00956aa8f8 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_driver.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_driver.c @@ -129,8 +129,7 @@ static void nouveauFinish( GLcontext *ctx ) } /* glClear */ -static void nouveauClear( GLcontext *ctx, GLbitfield mask, GLboolean all, - GLint cx, GLint cy, GLint cw, GLint ch ) +static void nouveauClear( GLcontext *ctx, GLbitfield mask ) { // XXX we really should do something here... } |