Skip to content

Commit

Permalink
Eliminate -Wimplicit-fallthrough trigger (MailCore#1767)
Browse files Browse the repository at this point in the history
Insert a no-op `break`, preventing -Wimplicit-fallthrough from
triggering.
  • Loading branch information
bbarenblat authored and babbage committed Jan 7, 2019
1 parent e0fdfcd commit bd00475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/nntp/MCNNTPSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ static int xover_resp_to_fields(struct newsnntp_xover_resp_item * item, struct m
r = MAIL_ERROR_MEMORY;
goto free_list;
}
break

case MAILIMF_ERROR_PARSE:
break;
Expand Down

0 comments on commit bd00475

Please sign in to comment.