Skip to content

Commit a760202

Browse files
committed
Fix [-Wimplicit-fallthrough] warnings in PGSQL extension
1 parent 173fe19 commit a760202

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
@@ -4149,6 +4149,7 @@ static int php_pgsql_fd_cast(php_stream *stream, int cast_as, void **ret) /* {{{
41494149
*(php_socket_t *)ret = fd_number;
41504150
return SUCCESS;
41514151
}
4152+
fallthrough;
41524153
default:
41534154
return FAILURE;
41544155
}

0 commit comments

Comments
 (0)