From 11722f17a1da3e6d545d1000b73d734343246e5e Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 7 Dec 2013 10:26:17 -0800 Subject: [PATCH] Fixed GCC warning. --- src/glcontext_glx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glcontext_glx.cpp b/src/glcontext_glx.cpp index bac0b3e66..4e3fc33b9 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;