Fixed Visual solution
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user