Fix warning related to missing-variable-declarations, remove unused global variables.

Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
pull/5070/head
Jackie9527 2023-04-19 23:26:03 +08:00
parent c0947b704e
commit 739cf15a1e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static const aiImporterDesc desc = {
struct SIBChunk {
uint32_t Tag;
uint32_t Size;
} PACK_STRUCT;
};
enum {
POS,