mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Fixed GCC warning.
This commit is contained in:
@@ -34,6 +34,7 @@ namespace bgfx
|
||||
|
||||
void GlContext::create(uint32_t _width, uint32_t _height)
|
||||
{
|
||||
BX_UNUSED(_width, _height);
|
||||
XLockDisplay(s_display);
|
||||
|
||||
int major, minor;
|
||||
|
||||
Reference in New Issue
Block a user