MSVC: fix several compiler warnings
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4251)
|
||||
#pragma warning(disable : 4244)
|
||||
#pragma warning(disable : 4996)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user