diff options
-rw-r--r-- | gzwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -515,7 +515,7 @@ int ZEXPORT gzflush(file, flush) | |||
515 | } | 515 | } |
516 | 516 | ||
517 | /* compress remaining data with requested flush */ | 517 | /* compress remaining data with requested flush */ |
518 | gz_comp(state, flush); | 518 | (void)gz_comp(state, flush); |
519 | return state->err; | 519 | return state->err; |
520 | } | 520 | } |
521 | 521 | ||