mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed GCC warning.
This commit is contained in:
parent
dee588dfba
commit
11722f17a1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue