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
+2 -1
View File
@@ -30,7 +30,8 @@
#endif
#if defined(_MSC_VER)
#pragma warning(disable : 4244)
# pragma warning(disable : 4244)
# pragma warning(disable : 4127) /* C4127 : Condition expression is constant */
#endif