X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffmtdump.c;h=2abf05e5a0908180f5c765b15b7cc0b69505c709;hb=a93204a5abced109070990a2b9d567344f352cbd;hp=fff450224ca104ebcdd66f55b965deb6d215eb0a;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/fmtdump.c b/uip/fmtdump.c index fff4502..2abf05e 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -45,7 +45,6 @@ static void litputc(char); int main (int argc, char **argv) { - int ncomps; char *cp, *form = NULL, *format = NULL; char buf[BUFSIZ], *nfs, **argp, **arguments; struct format *fmt; @@ -101,7 +100,7 @@ main (int argc, char **argv) * Get new format string. Must be before chdir(). */ nfs = new_fs (form, format, FORMAT); - ncomps = fmt_compile(nfs, &fmt); + (void) fmt_compile(nfs, &fmt); fmt_dump(fmt); done(0);