]> granicus.if.org Git - php/commitdiff
Fixed compile warning.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 29 Oct 2002 01:28:21 +0000 (01:28 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 29 Oct 2002 01:28:21 +0000 (01:28 +0000)
ext/iconv/iconv.c

index fb6db3f77aa3205a634a7ef93f99c3388ac0f889..cb504579324e1908b8218eaa024f050e7ec97aa4 100644 (file)
@@ -384,7 +384,7 @@ PHP_FUNCTION(ob_iconv_handler)
        char *out_buffer, *content_type, *mimetype = NULL, *s;
        zval *zv_string;
        unsigned int out_len;
-       int err, status, mimetype_alloced  = 0;
+       int status, mimetype_alloced  = 0;
 
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &zv_string, &status) == FAILURE)
                return;