X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=19fb49f29b89172b63eed772ab79297e986904a1;hp=8da3295e3cee204c7ac847928fbe477c1608b659;hb=77ec8108a10a8d372bed6298e22c89d7de651577;hpb=e3260d025389c2e98dbda58cff1c214497813bc2 diff --git a/notmuch-show.c b/notmuch-show.c index 8da3295e..19fb49f2 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -866,7 +866,7 @@ do_show_single (void *ctx, while (!feof (file)) { size = fread (buf, 1, sizeof (buf), file); - fwrite (buf, size, 1, stdout); + (void) fwrite (buf, size, 1, stdout); } fclose (file);