mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
removes Visual warning on strerror()
This commit is contained in:
@ -23,6 +23,12 @@
|
||||
- source repository : https://github.com/Cyan4973/zstd
|
||||
*/
|
||||
|
||||
/* *************************************
|
||||
* Compiler Options
|
||||
***************************************/
|
||||
#define _CRT_SECURE_NO_WARNINGS /* removes Visual warning on strerror() */
|
||||
|
||||
|
||||
/*-************************************
|
||||
* Includes
|
||||
**************************************/
|
||||
|
Reference in New Issue
Block a user