diff --git a/src/glcontext_glx.cpp b/src/glcontext_glx.cpp index bac0b3e6..4e3fc33b 100644 --- a/src/glcontext_glx.cpp +++ b/src/glcontext_glx.cpp @@ -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;