]> granicus.if.org Git - php/commitdiff
Silence warning.
authorIlia Alshanetsky <iliaa@php.net>
Mon, 17 Nov 2003 04:54:27 +0000 (04:54 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 17 Nov 2003 04:54:27 +0000 (04:54 +0000)
ext/curl/streams.c

index 88b8df609a959f05bb1cdbc223ae28ececfbda48..5a3a9c84801743ae110c71d8824811eebc1d826d 100644 (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;
 }