Fix compile time warning messages

This commit is contained in:
Nick Clifton
2001-09-19 17:40:28 +00:00
parent 38131e6744
commit d5b2f4d67c
10 changed files with 117 additions and 59 deletions

View File

@@ -1105,7 +1105,7 @@ the -M switch:\n"));
for (i = NUM_ARM_REGNAMES; i--;)
fprintf (stream, " reg-names-%s %*c%s\n",
regnames[i].name,
14 - strlen (regnames[i].name), ' ',
(int)(14 - strlen (regnames[i].name)), ' ',
regnames[i].description);
fprintf (stream, " force-thumb Assume all insns are Thumb insns\n");