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

@@ -138,7 +138,7 @@ int cal_main(int argc UNUSED_PARAM, char **argv)
if (julian)
*hp++ = ' ';
{
char *two_wchars = unicode_conv_to_printable_fixedwidth(NULL, buf, 2);
char *two_wchars = unicode_conv_to_printable_fixedwidth(/*NULL,*/ buf, 2);
strcpy(hp, two_wchars);
free(two_wchars);
}