From: Pierre Joye Date: Mon, 7 Jun 2010 01:37:59 +0000 (+0000) Subject: - show the free_op1 warning only once, until a fix is applied X-Git-Tag: php-5.3.3RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d1d27bc3a759848f13af64faeafa2741d1194ec;p=php - show the free_op1 warning only once, until a fix is applied --- diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php index cd4245955a..f4237dbc56 100644 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -41,6 +41,9 @@ $header_text = <<< DATA */ +#ifdef ZEND_WIN32 +# pragma warning(once : 4101) +#endif DATA; /*