Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make GCC happy and suppress the warning
  • Loading branch information
tony2001 committed Nov 17, 2005
1 parent 47414c4 commit 510f40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_operators.h
Expand Up @@ -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)
Expand Down

0 comments on commit 510f40c

Please sign in to comment.