Fixed GCC warnings.

This commit is contained in:
bkaradzic 2013-04-24 08:44:55 -07:00
parent 616177ea5f
commit e25e93a7e7

View file

@ -1049,6 +1049,7 @@ namespace bgfx
, data
, offset
);
BX_UNUSED(offset);
}
m_constantBuffer->finish();
@ -2256,6 +2257,7 @@ namespace bgfx
}
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
BX_UNUSED(supported);
pos += len+1;
}