Skip to content

Commit 4827332

Browse files
committed
Fix [-Wimplicit-fallthrough] warnings in IMAP extension
1 parent 44c77ff commit 4827332

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
@@ -2373,6 +2373,7 @@ PHP_FUNCTION(imap_utf7_decode)
23732373
case ST_DECODE2:
23742374
case ST_DECODE1:
23752375
outlen++;
2376+
fallthrough;
23762377
case ST_DECODE0:
23772378
state++;
23782379
case ST_NORMAL:

0 commit comments

Comments
 (0)