for (i = 0 ; i < fcm->size1; ++i)
{
- tab_text_format (t, heading_columns + i, 0, TAB_CENTER | TAT_TITLE, _("%d"), i + 1);
+ tab_text_format (t, heading_columns + i, 0, TAB_CENTER | TAT_TITLE, _("%zu"), i + 1);
}
for (i = 0 ; i < fcm->size2; ++i)
{
- tab_text_format (t, 0, heading_rows + i, TAB_CENTER | TAT_TITLE, _("%d"), i + 1);
+ tab_text_format (t, 0, heading_rows + i, TAB_CENTER | TAT_TITLE, _("%zu"), i + 1);
}
if (sym->offset == UINT_MAX)
sym->offset = output->size;
else if (sym->offset != output->size)
- fatal ("%s: can't redefine label for offset %u with offset %u",
+ fatal ("%s: can't redefine label for offset %u with offset %zu",
tok_string, sym->offset, output->size);
get_token ();
return;