Skip to content

Commit

Permalink
Address MSAN warning for variable set but "unused" w/out asserts.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Oct 17, 2023
1 parent 630dfac commit d407ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libfsm/print/vmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ check_fetch_sequence_FOR_LOOP(struct dfavm_op_ir *op,
}

assert(op->cmp == VM_CMP_ALWAYS);
(void)op->cmp;

if (op->num_incoming > 0) {
break;
Expand Down

0 comments on commit d407ad5

Please sign in to comment.