mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
silence warning
This commit is contained in:
parent
49848208cf
commit
cae640eae6
2 changed files with 2 additions and 1 deletions
|
|
@ -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?? */
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue