Fixed Visual solution

This commit is contained in:
Yann Collet
2016-02-12 22:04:49 +01:00
parent 6f3acbac0d
commit 82f4d7da03
12 changed files with 58 additions and 302 deletions
-1
View File
@@ -36,7 +36,6 @@
****************************************/
/* Disable some Visual warning messages */
#ifdef _MSC_VER
# define _CRT_SECURE_NO_WARNINGS /* fopen */
# pragma warning(disable : 4127) /* disable: C4127: conditional expression is constant */
#endif