Skip to content

Commit 3b8628c

Browse files
committed
Fix [-Wimplicit-fallthrough] warnings in Filter extension
1 parent dc5f117 commit 3b8628c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/filter/logical_filters.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ static int php_filter_parse_int(const char *str, size_t str_len, zend_long *ret)
9999
switch (*str) {
100100
case '-':
101101
sign = 1;
102+
fallthrough;
102103
case '+':
103104
str++;
104105
default:

0 commit comments

Comments
 (0)