Kaydet (Commit) ef6e8915 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705178 Missing break in switch, assuming its intentional

Change-Id: I3f0b7796b4ea28c55255327ccf5b2d523ecca053
üst 699c1717
......@@ -180,8 +180,10 @@ void Formula::makeExpr(Node *res)
break;
case ID_BLOCK:
makeBlock(tmp);
//fall-through
case ID_BEGIN:
makeBegin(tmp);
//fall-through
case ID_END:
makeEnd(tmp);
break;
......
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