avoid compilation warning about incomplete switch
This commit is contained in:
parent
533e1731e9
commit
f45b6605a2
@ -5721,6 +5721,8 @@ void do_block(enum block_cmd cmd, struct st_command* command)
|
|||||||
case GE_OP:
|
case GE_OP:
|
||||||
v.int_val= (v.int_val >= v2.int_val);
|
v.int_val= (v.int_val >= v2.int_val);
|
||||||
break;
|
break;
|
||||||
|
case ILLEG_OP:
|
||||||
|
die("Impossible operator, this cannot happen");
|
||||||
}
|
}
|
||||||
|
|
||||||
v.is_int= TRUE;
|
v.is_int= TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user