mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Less compiler warnings.
This commit is contained in:
parent
da822f1cf3
commit
b52cb07c2c
@ -594,7 +594,7 @@ void DataTypeWithDictionary::deserializeBinaryBulkWithMultipleStreams(
|
||||
if (!indexes_stream)
|
||||
throw Exception("Got empty stream for DataTypeWithDictionary indexes.", ErrorCodes::LOGICAL_ERROR);
|
||||
|
||||
auto readDictionary = [this, state_with_dictionary, keys_stream, &column_with_dictionary]()
|
||||
auto readDictionary = [this, state_with_dictionary, keys_stream]()
|
||||
{
|
||||
UInt64 num_keys;
|
||||
readIntBinary(num_keys, *keys_stream);
|
||||
|
Loading…
Reference in New Issue
Block a user