mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
dri: Silence several "warning: unused parameter"
This commit is contained in:
parent
17d898d5b9
commit
559ed1a41d
1 changed files with 8 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ static void TAG(WriteDepthSpan)( struct gl_context *ctx,
|
|||
#endif
|
||||
}
|
||||
HW_WRITE_UNLOCK();
|
||||
|
||||
(void) ctx;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -120,6 +122,8 @@ static void TAG(WriteMonoDepthSpan)( struct gl_context *ctx,
|
|||
HW_ENDCLIPLOOP();
|
||||
}
|
||||
HW_WRITE_UNLOCK();
|
||||
|
||||
(void) ctx;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
@ -168,6 +172,8 @@ static void TAG(WriteDepthPixels)( struct gl_context *ctx,
|
|||
#endif
|
||||
}
|
||||
HW_WRITE_UNLOCK();
|
||||
|
||||
(void) ctx;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -238,6 +244,8 @@ static void TAG(ReadDepthPixels)( struct gl_context *ctx,
|
|||
#endif
|
||||
}
|
||||
HW_READ_UNLOCK();
|
||||
|
||||
(void) ctx;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue