From b0ee6760d9a625a2e5a95d4dcad6145602743019 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 16 Jul 2009 07:47:10 +0000 Subject: 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 --- Build/source/texk/dviljk/dvi2xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/dviljk/dvi2xx.c') 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 -- cgit v1.2.3