mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- show the free_op1 warning only once, until a fix is applied
This commit is contained in:
parent
90b9853a3c
commit
2c8dcfa22a
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ $header_text = <<< DATA
|
|||
*/
|
||||
|
||||
|
||||
#ifdef ZEND_WIN32
|
||||
# pragma warning(once : 4101)
|
||||
#endif
|
||||
DATA;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue