diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-04-22 18:18:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-22 09:49:04 -0700 |
commit | 7f49036f282ab345b5c60f36707175ab687d7e52 (patch) | |
tree | b424820dcb069be64d6457cea1ee3b4f74f9b8bf /ident.c | |
parent | archive-zip: use deflateInit2() to ask for raw compressed data (diff) | |
download | tgif-7f49036f282ab345b5c60f36707175ab687d7e52.tar.xz |
zlib: fix compilation failures with Sun C Compilaer
Do this by removing a couple of useless return statements. Without this
change, compilation with Sun C Compiler 5.9 (SunOS_i386 Patch 124868-15
2010/08/11) fails with the following message:
"zlib.c", line 192: void function cannot return value
"zlib.c", line 201: void function cannot return value
cc: acomp failed for zlib.c
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ident.c')
0 files changed, 0 insertions, 0 deletions