mark popped but not used value as 'unused'

This commit is contained in:
Yuichi Nishiwaki 2014-09-27 08:25:11 -07:00
parent 7502ff4cb7
commit ed1a9aa717
1 changed files with 1 additions and 1 deletions

2
vm.c
View File

@ -731,7 +731,7 @@ pic_apply(pic_state *pic, struct pic_proc *proc, pic_value args)
NEXT; NEXT;
} }
CASE(OP_POP) { CASE(OP_POP) {
POP(); (void)(POP());
NEXT; NEXT;
} }
CASE(OP_PUSHNIL) { CASE(OP_PUSHNIL) {