Fixed GCC warnings.

This commit is contained in:
bkaradzic
2013-11-29 22:23:04 -08:00
parent 3eee004c99
commit 9487ab6b5f
2 changed files with 6 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ namespace bgfx
void GlContext::create(uint32_t _width, uint32_t _height)
{
BX_UNUSED(_width, _height);
BX_TRACE("GlContext::create");
}