Kaydet (Commit) b37fa7fc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast: deal with those that are (technically) const_cast

Change-Id: Iaefaeebcccade616329e4d8e29f3c4f53cb739c1
üst 7d852696
......@@ -1482,7 +1482,7 @@ FormulaToken* FormulaTokenArray::AddOpCode( OpCode eOp )
nJump[ 0 ] = FORMULA_MAXJUMPCOUNT + 1;
else
nJump[ 0 ] = 2;
pRet = new FormulaJumpToken( eOp, (short*)nJump );
pRet = new FormulaJumpToken( eOp, nJump );
}
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment