X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..f475d48680eb8bb0b6543efab9057eba2773666e:/uip/fmtdump.c diff --git a/uip/fmtdump.c b/uip/fmtdump.c index fff45022..2abf05e5 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);