]> git.cworth.org Git - notmuch/blobdiff - notmuch-show.c
notmuch: Quiet buildbot warnings.
[notmuch] / notmuch-show.c
index 8da3295e3cee204c7ac847928fbe477c1608b659..19fb49f29b89172b63eed772ab79297e986904a1 100644 (file)
@@ -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);