mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
r600g: Silence unused variable warnings.
The variables are used in code that is currently ifdef'ed out.
This commit is contained in:
parent
d74a8da2cb
commit
da3db66c08
1 changed files with 2 additions and 0 deletions
|
|
@ -684,8 +684,10 @@ static void r600_flush2(struct pipe_context *ctx, unsigned flags,
|
|||
struct pipe_fence_handle **fence)
|
||||
{
|
||||
struct r600_pipe_context *rctx = (struct r600_pipe_context *)ctx;
|
||||
#if 0
|
||||
static int dc = 0;
|
||||
char dname[256];
|
||||
#endif
|
||||
|
||||
if (!rctx->ctx.pm4_cdwords)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue