Fix CID 715926

This commit is contained in:
jvoisin 2014-05-09 01:28:42 +02:00
parent b52be45418
commit 55c92cc642

View File

@ -489,7 +489,7 @@ int ZEXPORT gzflush(file, flush)
}
/* compress remaining data with requested flush */
gz_comp(state, flush);
(void)gz_comp(state, flush);
return state->err;
}