Just disable the this constructor warning here.

This commit is contained in:
Unknown W. Brackets 2013-05-31 22:15:49 -07:00
parent ffbe28fc61
commit 2cd8f928a7

View File

@ -98,6 +98,8 @@ static void JitLogMiss(u32 op)
func(op);
}
// JitBlockCache doesn't use this, just stores it.
#pragma warning(disable:4355)
Jit::Jit(MIPSState *mips) : blocks(mips, this), mips_(mips)
{
blocks.Init();