summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/php_unicode.c')
-rw-r--r--ext/mbstring/php_unicode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/mbstring/php_unicode.c b/ext/mbstring/php_unicode.c
index 69fdfc0706..664f760fc3 100644
--- a/ext/mbstring/php_unicode.c
+++ b/ext/mbstring/php_unicode.c
@@ -371,9 +371,7 @@ static int convert_case_filter(int c, void *void_data)
}
break;
}
- default:
- assert(0);
- break;
+ EMPTY_SWITCH_DEFAULT_CASE()
}
for (i = 0; i < len; i++) {