]> granicus.if.org Git - php/commitdiff
- show the free_op1 warning only once, until a fix is applied
authorPierre Joye <pajoye@php.net>
Sun, 6 Jun 2010 20:32:51 +0000 (20:32 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 6 Jun 2010 20:32:51 +0000 (20:32 +0000)
Zend/zend_vm_execute.h

index 826ba57d1b042d308054bb2ec2f80901a2077086..582a1e1ae734a58282c42f199163eb550e0134e8 100644 (file)
@@ -1314,6 +1314,9 @@ static int ZEND_FASTCALL  ZEND_PRINT_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS
        return ZEND_ECHO_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
 }
 
+#ifdef ZEND_WIN32
+# pragma warning(once : 4101)
+#endif
 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST(int type, ZEND_OPCODE_HANDLER_ARGS)
 {
        zend_op *opline = EX(opline);