Miscellaneous [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-12-25 07:09:48 +03:00
parent 8ff93487e3
commit f7838e7e39

View File

@ -366,7 +366,7 @@ struct ConvertThroughParsing
static void execute(Block & block, const ColumnNumbers & arguments, size_t result)
{
const DateLUTImpl * time_zone = nullptr;
const DateLUTImpl * time_zone [[maybe_unused]] = nullptr;
/// For conversion to DateTime type, second argument with time zone could be specified.
if (std::is_same_v<ToDataType, DataTypeDateTime>)