瀏覽代碼

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

Signed-off-by: Jackie9527 <[email protected]>
Jackie9527 2 年之前
父節點
當前提交
739cf15a1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/AssetLib/SIB/SIBImporter.cpp

+ 1 - 1
code/AssetLib/SIB/SIBImporter.cpp

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