Skip to content

Commit 0b5ad2b

Browse files
committed
Fix [-Wimplicit-fallthrough] warnings in PGSQL extension
1 parent 64f2657 commit 0b5ad2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pgsql/pgsql.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4167,6 +4167,7 @@ static int php_pgsql_fd_cast(php_stream *stream, int cast_as, void **ret) /* {{{
41674167
*(php_socket_t *)ret = fd_number;
41684168
return SUCCESS;
41694169
}
4170+
fallthrough;
41704171
default:
41714172
return FAILURE;
41724173
}

0 commit comments

Comments
 (0)