Less compiler warnings.

This commit is contained in:
Nikolai Kochetov 2018-08-09 14:44:09 +03:00
parent da822f1cf3
commit b52cb07c2c

View File

@ -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);