glsl: Silence several "warning: unused parameter"
This commit is contained in:
@@ -34,6 +34,7 @@ void
|
||||
_mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
|
||||
struct gl_shader *sh)
|
||||
{
|
||||
(void) ctx;
|
||||
*ptr = sh;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user