Compiler warnings.

This commit is contained in:
Alan Mishchenko 2017-01-01 00:33:06 +07:00
parent 39f3225995
commit 278c00242f
1 changed files with 1 additions and 1 deletions

View File

@ -1445,7 +1445,7 @@ long ZEXPORT inflateMark(z_streamp strm)
{
struct inflate_state FAR *state;
if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
if (strm == Z_NULL || strm->state == Z_NULL) return -(1L << 16);
state = (struct inflate_state FAR *)strm->state;
return ((long)(state->back) << 16) +
(state->mode == COPY ? state->length :