Skip to content

Commit 37b0587

Browse files
committed
Fix [-Wimplicit-fallthrough] warnings in IMAP extension
1 parent 53d761c commit 37b0587

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
@@ -2416,6 +2416,7 @@ PHP_FUNCTION(imap_utf7_decode)
24162416
case ST_DECODE2:
24172417
case ST_DECODE1:
24182418
outlen++;
2419+
fallthrough;
24192420
case ST_DECODE0:
24202421
state++;
24212422
case ST_NORMAL:

0 commit comments

Comments
 (0)