Skip to content

Commit 3080507

Browse files
committed
Drop EMPTY_SWITCH_DEFAULT_CASE() exclusion from build/Makefile.gcov
1 parent 04f06e8 commit 3080507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/Makefile.gcov

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ GCOVR_EXCLUDES = \
3030

3131
GCOVR_EXCLUDE_LINES_BY_PATTERNS = \
3232
'.*\b(ZEND_PARSE_PARAMETERS_(START|END|NONE)|Z_PARAM_).*' \
33-
'\s*EMPTY_SWITCH_DEFAULT_CASE\(\)(;)?\s*' \
3433
'\s*ZEND_UNREACHABLE\(\);\s*'
3534

3635
lcov: lcov-html

0 commit comments

Comments
 (0)