Commit 503a72ed authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Add break after WRONG() assertion to silence Coverity

parent 3fe20d03
......@@ -311,6 +311,7 @@ vxp_expr_cmp(struct vxp *vxp, struct vex **pvex)
switch((*pvex)->tok) {
case '\0':
WRONG("Missing token");
break;
case T_EQ: /* == */
case '<': /* < */
case '>': /* > */
......
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