unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-closein.c
index bde436e6da6ee2990cbd6243d71c4a2965638778..6b99b1868f8894d74cf07dae9f1e16e7b14ad006 100644 (file)
@@ -26,6 +26,7 @@
 #include <unistd.h>
 
 #include "binary-io.h"
+#include "ignore-value.h"
 
 char *program_name;
 
@@ -47,6 +48,6 @@ main (int argc, char **argv)
     close (0);
 
   if (argc > 1)
-    fread (buf, 1, 6, stdin);
+    ignore_value (fread (buf, 1, 6, stdin));
   return 0;
 }