summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/dvi2xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dviljk/dvi2xx.c')
-rw-r--r--Build/source/texk/dviljk/dvi2xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dviljk/dvi2xx.c b/Build/source/texk/dviljk/dvi2xx.c
index 31095f26c86..0fedea81632 100644
--- a/Build/source/texk/dviljk/dvi2xx.c
+++ b/Build/source/texk/dviljk/dvi2xx.c
@@ -233,7 +233,7 @@ main(int argc, char *argv[])
in TEXT mode, and we need to switch it to binary, unless they are
writing to the screen (in which case they get what they deserve). */
if (O_BINARY && !isatty(fileno(outfp)))
- AssureBinary(fileno(outfp));
+ (void)AssureBinary(fileno(outfp));
#ifdef TIMING
#ifdef BSD_TIME_CALLS