2
0
Эх сурвалжийг харах

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

Signed-off-by: Jackie9527 <[email protected]>
Jackie9527 2 жил өмнө
parent
commit
739cf15a1e

+ 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,