From 169411d0407357de5af1c4abb1a4c76f6a995600 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 1 Nov 2005 20:41:59 +0000 Subject: [PATCH] - Get rid of several wanrings --- Zend/zend_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! */ -- 2.50.1