From f16858ac4b91088055386c2be2415d8b7567bd6d Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 18 May 2013 10:17:23 -0700 Subject: [PATCH] Ignore POSIX warnings in zlib. --- ext/zlib/zlib.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zlib/zlib.vcxproj b/ext/zlib/zlib.vcxproj index 34232043d4..849dd3289f 100644 --- a/ext/zlib/zlib.vcxproj +++ b/ext/zlib/zlib.vcxproj @@ -141,7 +141,7 @@ MaxSpeed true true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE StreamingSIMDExtensions2 false Fast