glsl: Silence several "warning: unused parameter"

This commit is contained in:
Ian Romanick
2011-08-29 14:56:29 -07:00
parent 681d432f81
commit 9a3bd5e045
8 changed files with 16 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ void
_mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
struct gl_shader *sh)
{
(void) ctx;
*ptr = sh;
}