- FBX: silence some warnings produced by clang about missing switch cases. Add TokenType_BINARY_DATA to TokenTypeString() function.
This commit is contained in:
@@ -72,6 +72,9 @@ const char* TokenTypeString(TokenType t)
|
||||
|
||||
case TokenType_KEY:
|
||||
return "TOK_KEY";
|
||||
|
||||
case TokenType_BINARY_DATA:
|
||||
return "TOK_BINARY_DATA";
|
||||
}
|
||||
|
||||
ai_assert(false);
|
||||
|
||||
Reference in New Issue
Block a user