From: Antony Dovgal Date: Thu, 17 Nov 2005 19:20:14 +0000 (+0000) Subject: make GCC happy and suppress the warning X-Git-Tag: RELEASE_0_9_3~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=510f40c3bcc04149f63b9b333a894fa70523b6d6;p=php make GCC happy and suppress the warning --- diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 29d12a1e1e..c5700a0040 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -134,6 +134,7 @@ static inline zend_uchar is_numeric_string(char *str, int length, long *lval, do *lval = local_lval; return IS_LONG; } + return 0; } static inline zend_uchar is_numeric_unicode(UChar *str, int32_t length, long *lval, double *dval, zend_bool allow_errors)