fix build error

This commit is contained in:
kevinyhzou 2024-11-12 14:57:15 +08:00
parent 701fb76edb
commit 2507daa3b1

View File

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