From: Anatol Belski Date: Tue, 19 Jan 2016 11:14:59 +0000 (+0100) Subject: vc doesn't support #warning X-Git-Tag: php-7.2.0alpha1~620^2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29176aaa015a57f0124c152cefe325ea88ec3172;p=php vc doesn't support #warning --- diff --git a/ext/readline/php_readline.h b/ext/readline/php_readline.h index 52dabdadeb..e3a0aba676 100644 --- a/ext/readline/php_readline.h +++ b/ext/readline/php_readline.h @@ -22,9 +22,11 @@ #define PHP_READLINE_H #if HAVE_LIBREADLINE || HAVE_LIBEDIT +#ifndef PHP_WIN32 #ifdef ZTS #warning Readline module will *NEVER* be thread-safe #endif +#endif extern zend_module_entry readline_module_entry; #define phpext_readline_ptr &readline_module_entry