Skip to content

Commit 9aebcaa

Browse files
committed
Fix [-Wimplicit-fallthrough] warnings in IMAP extension
1 parent 9bfe2ac commit 9aebcaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/imap/php_imap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,7 @@ PHP_FUNCTION(imap_utf7_decode)
24092409
case ST_DECODE2:
24102410
case ST_DECODE1:
24112411
outlen++;
2412+
fallthrough;
24122413
case ST_DECODE0:
24132414
state++;
24142415
case ST_NORMAL:

0 commit comments

Comments
 (0)