mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix GCC warning in math.c
This commit is contained in:
@@ -159,6 +159,8 @@ static inline double php_round_helper(double value, int mode) {
|
||||
return integral;
|
||||
EMPTY_SWITCH_DEFAULT_CASE();
|
||||
}
|
||||
// FIXME: GCC bug, branch is considered reachable.
|
||||
ZEND_UNREACHABLE();
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user