Fix compile of Simon's last change on MSVC

This commit is contained in:
Dirk Ziegelmeier
2016-04-26 13:19:32 +02:00
parent 025d5591eb
commit afd1bb938e
2 changed files with 3 additions and 3 deletions

View File

@@ -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;