@@ -515,7 +515,7 @@ int ZEXPORT gzflush(file, flush)
}
}
/* compress remaining data with requested flush */
/* compress remaining data with requested flush */
gz_comp(state,flush);
(void)gz_comp(state,flush);
returnstate->err;
returnstate->err;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.