From: Marcus Boerger Date: Tue, 1 Nov 2005 20:41:59 +0000 (+0000) Subject: - Get rid of several wanrings X-Git-Tag: RELEASE_2_0_1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=169411d0407357de5af1c4abb1a4c76f6a995600;p=php - Get rid of several wanrings --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index c6deb4ab5a..94c10fb57e 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -241,7 +241,7 @@ typedef struct _zend_internal_function { struct _zend_module_entry *module; } zend_internal_function; -#define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.scope->name : EMPTY_STR) +#define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.scope->name : (char*)EMPTY_STR) typedef union _zend_function { zend_uchar type; /* MUST be the first element of this struct! */