From dc7e5c46b0204bc3489ee961a631fb00533ae597 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 11 Jan 2011 13:08:28 +0100 Subject: libbb unicode: comment out usused function and unused parameter Signed-off-by: Denys Vlasenko --- libbb/progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/progress.c') diff --git a/libbb/progress.c b/libbb/progress.c index 3c7355fee..40608b047 100644 --- a/libbb/progress.c +++ b/libbb/progress.c @@ -94,7 +94,7 @@ void FAST_FUNC bb_progress_update(bb_progress_t *p, #if ENABLE_UNICODE_SUPPORT init_unicode(); { - char *buf = unicode_conv_to_printable_fixedwidth(NULL, curfile, 20); + char *buf = unicode_conv_to_printable_fixedwidth(/*NULL,*/ curfile, 20); fprintf(stderr, "\r%s%4u%% ", buf, ratio); free(buf); } -- cgit v1.2.3