mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: make GCC happy and suppress the warning
This commit is contained in:
parent
95c6c6d2cd
commit
014729d00b
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ static inline zend_bool is_numeric_string(char *str, int length, long *lval, dou
|
|||
*lval = local_lval;
|
||||
return IS_LONG;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline char *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue