From: Marcus Boerger Date: Fri, 8 Aug 2008 14:14:52 +0000 (+0000) Subject: - Sorry for the compiler warning X-Git-Tag: BEFORE_HEAD_NS_CHANGE~810 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=927b12e6af9bbb27cf96dd92d225456a2e444753;p=php - Sorry for the compiler warning --- diff --git a/main/php.h b/main/php.h index 3c5204d7fc..b56ccc4a83 100644 --- a/main/php.h +++ b/main/php.h @@ -287,7 +287,7 @@ END_EXTERN_C() BEGIN_EXTERN_C() PHPAPI void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC); -static ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {} +static inline ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {} PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC);