mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
39f3225995
commit
278c00242f
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Reference in New Issue