updating to cleanly compile with -Wall and -Wextra

This commit is contained in:
Matthew Endsley 2012-07-02 01:34:51 -07:00
parent 37c88fb749
commit d77f5e5c1a

View File

@ -966,6 +966,7 @@ namespace bgfx
, data , data
, offset , offset
); );
(void)offset;
} }
m_constantBuffer->finish(); m_constantBuffer->finish();
@ -1685,6 +1686,7 @@ namespace bgfx
} }
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name); BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
(void)supported;
pos += len+1; pos += len+1;
} }