mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
softpipe: fix release build unused variable warning
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
c81a89f662
commit
15e12ab8fc
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ static void
|
|||
softpipe_delete_compute_state(struct pipe_context *pipe,
|
||||
void *cs)
|
||||
{
|
||||
struct softpipe_context *softpipe = softpipe_context(pipe);
|
||||
MAYBE_UNUSED struct softpipe_context *softpipe = softpipe_context(pipe);
|
||||
struct sp_compute_shader *state = (struct sp_compute_shader *)cs;
|
||||
|
||||
assert(softpipe->cs != state);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue