libbb unicode: comment out usused function and unused parameter

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko
2011-01-11 13:08:28 +01:00
parent 5a163b2645
commit dc7e5c46b0
5 changed files with 11 additions and 10 deletions

View File

@@ -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);
}