X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=19fb49f29b89172b63eed772ab79297e986904a1;hp=8da3295e3cee204c7ac847928fbe477c1608b659;hb=ffce9b7c25b9b44ec026b67d96e44cae09c99efe;hpb=ff91aeedc170b15ea26c68e514b8279ca3ebd3b6 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);