Fixed GCC warning in release build.

This commit is contained in:
bkaradzic 2013-02-17 11:31:04 -08:00
parent e0c3d4d6f8
commit 5e15534628
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ struct ConstantType
#define BGFX_UNIFORM_FRAGMENTBIT UINT8_C(0x10)
static const char* s_constantTypeName[ConstantType::Count] =
const char* s_constantTypeName[ConstantType::Count] =
{
"int",
"float",