diff options
author | David Turner <david@freetype.org> | 2002-12-26 20:51:04 +0000 |
---|---|---|
committer | David Turner <david@freetype.org> | 2002-12-26 20:51:04 +0000 |
commit | 8291d253b64a66fe93875cc81e8f8c42a02f35c6 (patch) | |
tree | 89879e64d01784dad16489261dc744a34f31b312 /src/gzip/infblock.c | |
parent | 6bb601eaf01934497962849b53f406a2fa66c5d4 (diff) |
* src/gzip/adler32.c, src/gzip/infblock.c, src/gzip/inflate.c,
src/gzip/inftrees.c, src/gzip/zconf.h, src/gzip/zlib.h,
src/gzip/zutil.h: updates to allow compilation without compiler
warnings with LCC-Win32
* include/freetype/freetype.h, docs/VERSION.DLL,
builds/unix/configure.ac: updates for the upcoming 2.1.4 release
Diffstat (limited to 'src/gzip/infblock.c')
-rw-r--r-- | src/gzip/infblock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gzip/infblock.c b/src/gzip/infblock.c index 423af817..63db030e 100644 --- a/src/gzip/infblock.c +++ b/src/gzip/infblock.c @@ -365,6 +365,9 @@ int r; r = Z_STREAM_ERROR; LEAVE } +#ifdef NEED_DUMMY_RETURN + return 0; +#endif } |