We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41e51b commit d08be00Copy full SHA for d08be00
1 file changed
sources/middle-layer/compression/deflate/compression_units/auxiliary_units.cpp
@@ -319,7 +319,7 @@ auto deflate_body_with_dictionary(deflate_state<execution_path_t::software>& str
319
uint32_t avail_in = stream.isal_stream_ptr_->avail_in;
320
int32_t buf_hist_start = 0;
321
uint32_t size = 0;
322
- uint16_t flush_start = stream.isal_stream_ptr_->flush;
+ const uint16_t flush_start = stream.isal_stream_ptr_->flush;
323
324
update_hash(stream, isal_state->buffer, isal_state->b_bytes_processed);
325
uint32_t history_size = get_history_size(stream, start_in, buf_hist_start);
0 commit comments