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

_CRT_SECURE_NO_WARNINGS moved to util.h

This commit is contained in:
Przemyslaw Skibinski
2016-12-21 13:47:11 +01:00
parent 2f6ccee6af
commit e679741b18
9 changed files with 3 additions and 18 deletions

View File

@ -9,14 +9,6 @@
/* *************************************
* Compiler Options
***************************************/
#if defined(_MSC_VER)
# define _CRT_SECURE_NO_WARNINGS /* removes Visual warning on strerror() */
# define _CRT_SECURE_NO_DEPRECATE /* removes VS2005 warning on strerror() */
#endif
/*-************************************
* Dependencies
**************************************/