Skip to content

Commit 876c357

Browse files
committed
Fix [-Wimplicit-fallthrough] warnings in MySQLnd extension
1 parent ae68024 commit 876c357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysqlnd/mysqlnd_debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ MYSQLND_METHOD(mysqlnd_debug, set_mode)(MYSQLND_DEBUG * self, const char * const
515515
case 'O':
516516
case 'A':
517517
self->flags |= MYSQLND_DEBUG_FLUSH;
518+
fallthrough;
518519
case 'a':
519520
case 'o':
520521
if (mode[i] == 'a' || mode[i] == 'A') {

0 commit comments

Comments
 (0)