- show the free_op1 warning only once, until a fix is applied

This commit is contained in:
Pierre Joye 2010-06-07 01:37:59 +00:00
parent 90b9853a3c
commit 2c8dcfa22a

View file

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