remove some warnings of vc
This commit is contained in:
parent
28f2a1fa97
commit
5ccb63a4d6
3 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
using namespace Xbyak;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4245)
|
||||
#endif
|
||||
class Sample : public CodeGenerator {
|
||||
void operator=(const Sample&);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue