mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-27 10:41:12 +08:00
Fix compile of Simon's last change on MSVC
This commit is contained in:
@@ -563,7 +563,7 @@ u8_t* get_file_data(const char* filename, int* file_size, int can_be_compressed,
|
||||
}
|
||||
}
|
||||
#else
|
||||
LWIP_UNUSED_ARG(compress);
|
||||
LWIP_UNUSED_ARG(can_be_compressed);
|
||||
#endif
|
||||
fclose(inFile);
|
||||
return buf;
|
||||
|
||||
Reference in New Issue
Block a user