1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Silence warning.

This commit is contained in:
Ilia Alshanetsky
2003-11-17 04:54:27 +00:00
parent c67848319a
commit ace83a8262

View File

@@ -213,7 +213,9 @@ static int php_curl_stream_close(php_stream *stream, int close_handle TSRMLS_DC)
static int php_curl_stream_flush(php_stream *stream TSRMLS_DC)
{
#ifdef ilia_0
php_curl_stream *curlstream = (php_curl_stream *) stream->abstract;
#endif
return 0;
}