+ fix & suppress msvc warnings

This commit is contained in:
wmayer
2015-10-16 18:26:30 +02:00
parent a1406cbb5f
commit f46dc20fca
17 changed files with 63 additions and 8 deletions

View File

@@ -62,6 +62,8 @@
#if defined(_MSC_VER)
#define strtoll _strtoi64
#pragma warning(disable : 4003)
#pragma warning(disable : 4065)
#endif
using namespace App;