aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nm_frame.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2017-08-22 15:53:34 +0900
committerMITSUNARI Shigeo <[email protected]>2017-08-22 15:53:46 +0900
commite4fc9d8a9291f69ed4b49ab51297c5b06d0deecb (patch)
treee1141425dbd12b866eb2d889e2e6e83962e7c1e8 /test/nm_frame.cpp
parentd0b2fb623e2f9744a6f19fec7a2f51a8e908ea65 (diff)
downloadxbyak-e4fc9d8a9291f69ed4b49ab51297c5b06d0deecb.tar.gz
xbyak-e4fc9d8a9291f69ed4b49ab51297c5b06d0deecb.zip
fix mpx encodingv5.53
Diffstat (limited to 'test/nm_frame.cpp')
-rw-r--r--test/nm_frame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nm_frame.cpp b/test/nm_frame.cpp
index 95240c7..697c2c4 100644
--- a/test/nm_frame.cpp
+++ b/test/nm_frame.cpp
@@ -6,6 +6,7 @@ using namespace Xbyak;
#ifdef _MSC_VER
#pragma warning(disable : 4245)
+ #pragma warning(disable : 4312)
#endif
class Sample : public CodeGenerator {
void operator=(const Sample&);