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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user