summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-11-17 19:21:32 +0000
committerAntony Dovgal <tony2001@php.net>2005-11-17 19:21:32 +0000
commit014729d00bb64916320bdbd67c799f1f5d67d9a9 (patch)
treeaa62dec04aa8f1c843eb7f2304370b50cbf1a08a
parent95c6c6d2cd0c0372311c782d2237a3c455045268 (diff)
downloadphp-git-014729d00bb64916320bdbd67c799f1f5d67d9a9.tar.gz
MFH: make GCC happy and suppress the warning
-rw-r--r--Zend/zend_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index fa7f304f10..b58ffb14df 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -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 *