+ fix & suppress msvc warnings
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define strtoll _strtoi64
|
||||
#pragma warning(disable : 4003)
|
||||
#pragma warning(disable : 4065)
|
||||
#endif
|
||||
|
||||
using namespace App;
|
||||
|
||||
Reference in New Issue
Block a user