]> granicus.if.org Git - php/commitdiff
- show the free_op1 warning only once, until a fix is applied
authorPierre Joye <pajoye@php.net>
Mon, 7 Jun 2010 01:37:59 +0000 (01:37 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 7 Jun 2010 01:37:59 +0000 (01:37 +0000)
Zend/zend_vm_gen.php

index cd4245955ab4fd555322a63acd305f613b44fb0f..f4237dbc56901572db12f538e4b11dc73a6340cf 100644 (file)
@@ -41,6 +41,9 @@ $header_text = <<< DATA
 */
 
 
+#ifdef ZEND_WIN32
+# pragma warning(once : 4101)
+#endif
 DATA;
 
 /*