silence warning

This commit is contained in:
Brian 2007-10-21 17:14:46 -06:00
parent 49848208cf
commit cae640eae6
2 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,7 @@ softpipe_clear(struct pipe_context *pipe, struct pipe_surface *ps,
unsigned clearValue)
{
struct softpipe_context *softpipe = softpipe_context(pipe);
struct softpipe_surface *sps = softpipe_surface(ps);
/*struct softpipe_surface *sps = softpipe_surface(ps);*/
unsigned x, y, w, h;
softpipe_update_derived(softpipe); /* not needed?? */

View file

@ -34,6 +34,7 @@
#include "sp_flush.h"
#include "sp_context.h"
#include "sp_surface.h"
#include "sp_state.h"
#include "sp_tile_cache.h"
#include "sp_winsys.h"