mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix build error
This commit is contained in:
parent
701fb76edb
commit
2507daa3b1
@ -750,7 +750,7 @@ namespace
|
||||
Pos end = str_ref.data + str_ref.size;
|
||||
bool error = false;
|
||||
|
||||
auto handleError = [&](const auto & result) -> void
|
||||
auto handleError = [&](const auto & result [[maybe_unused]]) -> void
|
||||
{
|
||||
if constexpr (error_handling == ErrorHandling::Zero)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user