diff --git a/include/toml11/try_get.hpp b/include/toml11/try_get.hpp index eff136b..392b1bc 100644 --- a/include/toml11/try_get.hpp +++ b/include/toml11/try_get.hpp @@ -391,7 +391,7 @@ template struct try_get_tuple_impl { template - static result invoke(const Array& a, T x) noexcept + static result invoke(const Array&, T x) noexcept { return ok(std::move(x)); }