simplified zstdcli.c

This commit is contained in:
Przemyslaw Skibinski
2016-12-21 09:19:15 +01:00
parent 16ae6563a2
commit 20b089e53d
3 changed files with 1 additions and 23 deletions
-1
View File
@@ -11,7 +11,6 @@
* Compiler Options
***************************************/
#ifdef _MSC_VER /* Visual */
# define _CRT_SECURE_NO_WARNINGS /* removes Visual warning on strerror() */
# pragma warning(disable : 4204) /* non-constant aggregate initializer */
#endif
#if defined(__MINGW32__) && !defined(_POSIX_SOURCE)