1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

fixed Visual Studio warning

This commit is contained in:
inikep
2016-05-25 17:40:58 +02:00
parent 957823f56f
commit bff23b72c5

View File

@ -200,7 +200,7 @@ int main(int argCount, const char** argv)
unsigned dictSelect = g_defaultSelectivityLevel;
#ifdef UTIL_HAS_CREATEFILELIST
const char** fileNamesTable = NULL;
char* fileNamesBuf;
char* fileNamesBuf = NULL;
unsigned fileNamesNb;
#endif