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
-7
View File
@@ -79,13 +79,6 @@
# define UNUSED_ATTR
#endif
/* CONST_ARGC tells the compiler correct const argc specificator for -Wmain. */
#if !defined(__LCC__)
# define CONST_ARGC const
#else
# define CONST_ARGC
#endif
/* force no inlining */
#ifdef _MSC_VER
# define FORCE_NOINLINE static __declspec(noinline)