diff --git a/src/physfs_lzmasdk.h b/src/physfs_lzmasdk.h index d72ba23..508821b 100644 --- a/src/physfs_lzmasdk.h +++ b/src/physfs_lzmasdk.h @@ -468,7 +468,7 @@ EXTERN_C_END EXTERN_C_BEGIN -static UInt32 g_CrcTable[]; +/*static UInt32 g_CrcTable[];*/ /* Call CrcGenerateTable one time before other CRC functions */ static void MY_FAST_CALL CrcGenerateTable(void);