Fixed iOS build.

This commit is contained in:
bkaradzic
2014-03-30 21:54:53 -07:00
parent 92c57b739f
commit e79a85bd2e
2 changed files with 2 additions and 4 deletions

View File

@@ -633,10 +633,8 @@ namespace bgfx
return "<unknown>";
}
static void GL_APIENTRY debugProcCb(GLenum _source, GLenum _type, GLuint _id, GLenum _severity, GLsizei /*_length*/, const GLchar* _message, const void* /*_userParam*/)
void GL_APIENTRY debugProcCb(GLenum _source, GLenum _type, GLuint _id, GLenum _severity, GLsizei /*_length*/, const GLchar* _message, const void* /*_userParam*/)
{
BX_UNUSED(debugProcCb(_source, _type, _id, _severity, 0, NULL, NULL) );
BX_TRACE("src %s, type %s, id %d, severity %s, '%s'"
, toString(_source)
, toString(_type)