diff options
author | michal <michal@michal-laptop.(none)> | 2007-08-21 20:45:09 +0100 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-08-21 20:45:09 +0100 |
commit | eb51761b825018bf89080855d0fa3fcb84b9c215 (patch) | |
tree | 4cac8c810e85abaa940528793fd7e261f7cd6130 /src/mesa/pipe/softpipe | |
parent | 044c19e6b347d13df70dbc9980cec8a464afe214 (diff) |
Silence compiler warnings.
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_clear.c b/src/mesa/pipe/softpipe/sp_clear.c index caa6ac1c84c..2d5344f424b 100644 --- a/src/mesa/pipe/softpipe/sp_clear.c +++ b/src/mesa/pipe/softpipe/sp_clear.c @@ -46,7 +46,7 @@ softpipe_clear(struct pipe_context *pipe, struct pipe_surface *ps, unsigned clearValue) { struct softpipe_context *softpipe = softpipe_context(pipe); - int x, y, w, h; + unsigned x, y, w, h; softpipe_update_derived(softpipe); /* not needed?? */ |