summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/dvi2xx.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-07-16 07:47:10 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-07-16 07:47:10 +0000
commitb0ee6760d9a625a2e5a95d4dcad6145602743019 (patch)
tree660f91effbb13d59db9977b85f44cbe9b02ce232 /Build/source/texk/dviljk/dvi2xx.c
parent4edae948257e9eea90d1878e4cec169c63696d10 (diff)
avoid compiler warning
rebuild dvilj.man only in maintainer-mode (requires pod2man) git-svn-id: svn://tug.org/texlive/trunk@14274 c570f23f-e606-0410-a88d-b1316a301751
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