Fixed unused parameter warning.
This commit is contained in:
parent
7e242aa8d2
commit
4ce229b13a
1 changed files with 2 additions and 2 deletions
|
@ -44,13 +44,13 @@ _mesa_reference_shader(struct gl_context *ctx, struct gl_shader **ptr,
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
_mesa_shader_debug(struct gl_context *, GLenum, GLuint *id,
|
_mesa_shader_debug(struct gl_context *, GLenum, GLuint *,
|
||||||
const char *, int)
|
const char *, int)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" void
|
extern "C" void
|
||||||
_mesa_error_no_memory(const char *caller)
|
_mesa_error_no_memory(const char *)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue