Skip to content

Commit 83387dc

Browse files
author
Monte Goulding
committed
[[ CID 117575 ]] Control flow issues (MISSING_BREAK)
1 parent c500411 commit 83387dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lcidlc/src/Interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ static bool InterfaceReport(InterfaceRef self, Position p_where, InterfaceError
152152
break;
153153
case kInterfaceErrorJavaImpliesInParam:
154154
fprintf(stderr, "Java mapped methods can only have 'in' parameters\n");
155+
break;
155156
case kInterfaceErrorUnknownHandlerMapping:
156157
fprintf(stderr, "Unknown handler mapping type '%s'\n", StringGetCStringPtr(NameGetString((NameRef)p_hint)));
157158
break;

0 commit comments

Comments
 (0)