1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Change zstdcli's main() declaration due to -Wmain on some compilers

This commit is contained in:
makise-homura
2021-07-14 19:55:47 +03:00
parent d4ad02c721
commit a5f518ae27
2 changed files with 1 additions and 8 deletions

View File

@ -741,7 +741,7 @@ typedef enum { zom_compress, zom_decompress, zom_test, zom_bench, zom_train, zom
# define MAXCLEVEL ZSTD_maxCLevel()
#endif
int main(int CONST_ARGC argCount, const char* argv[])
int main(int argCount, const char* argv[])
{
int argNb,
followLinks = 0,