Fix unused assignment at initialization
This commit is contained in:
parent
8b53b26228
commit
d5ab9f07ee
@ -587,7 +587,7 @@ static void plnge2(void (*oper)(void),
|
||||
rvalue(lval2);
|
||||
if (lval2->ident==iCONSTEXPR) { /* constant on right side */
|
||||
if (commutative(oper)) { /* test for commutative operators */
|
||||
value lvaltmp = {0};
|
||||
value lvaltmp;
|
||||
stgdel(lval_stgidx,lval_cidx); /* scratch pushreg() and constant fetch (then
|
||||
* fetch the constant again */
|
||||
ldconst(lval2->constval<<dbltest(oper,lval1,lval2),sALT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user