diff options
author | Nikita Popov <nikic@php.net> | 2016-11-20 19:02:40 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-11-20 19:09:05 +0100 |
commit | ff5a65d26b139142c5e967582c369ef65b79adf8 (patch) | |
tree | 75822bfec1d0b36118a0d9f28b5e11293bf0e7d0 /sapi/phpdbg/phpdbg.h | |
parent | c65d24eaa3671e61db7c2a3f28daeaf7c74ac758 (diff) | |
download | php-git-ff5a65d26b139142c5e967582c369ef65b79adf8.tar.gz |
Revert "Remove a few unused write warning (backport from master, oops)s"
This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758.
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 3df2be0aed..94c5471e22 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -113,6 +113,8 @@ #define memcpy(...) memcpy_tmp(__VA_ARGS__) #endif +#define quiet_write(...) ZEND_IGNORE_VALUE(write(__VA_ARGS__)) + #if !defined(PHPDBG_WEBDATA_TRANSFER_H) && !defined(PHPDBG_WEBHELPER_H) #ifdef ZTS |