Commit Diff
--- FICS/utils.c +++ FICS/utils.c @@ -555,7 +555,7 @@ psend_file(int p, const char *dir, const char *file) if (ferror(fp)) { warnx("%s: %s: the error indicator is set", __func__, fname); - fclose(fp); + (void) fclose(fp); return -1; } parray[p].last_file = xstrdup(fname);
