mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Fixed GCC warnings.
This commit is contained in:
@@ -134,6 +134,7 @@ namespace bgfx
|
||||
|
||||
void GlContext::create(uint32_t _width, uint32_t _height)
|
||||
{
|
||||
BX_UNUSED(_width, _height);
|
||||
BX_TRACE("GlContext::create");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user