From 510f40c3bcc04149f63b9b333a894fa70523b6d6 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 17 Nov 2005 19:20:14 +0000 Subject: [PATCH] make GCC happy and suppress the warning --- Zend/zend_operators.h | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.1