mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: fix more warnings
This commit is contained in:
@@ -943,11 +943,11 @@ void GAME_EXPORT pfnResetTutorMessageDecayData( void )
|
||||
|
||||
static void Test_LZSS( void )
|
||||
{
|
||||
char poison1[8192];
|
||||
char poison1[8192] MAYBE_UNUSED;
|
||||
byte in[256];
|
||||
char poison2[8192];
|
||||
char poison2[8192] MAYBE_UNUSED;
|
||||
byte out[256];
|
||||
char poison3[8192];
|
||||
char poison3[8192] MAYBE_UNUSED;
|
||||
|
||||
lzss_header_t *hdr = (lzss_header_t *)in;
|
||||
uint result;
|
||||
|
||||
Reference in New Issue
Block a user