remove some warnings of vc

This commit is contained in:
MITSUNARI Shigeo 2015-08-18 11:55:10 +09:00
parent 28f2a1fa97
commit 5ccb63a4d6
3 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,9 @@
using namespace Xbyak;
#ifdef _MSC_VER
#pragma warning(disable : 4245)
#endif
class Sample : public CodeGenerator {
void operator=(const Sample&);
public: