diff --git a/toml/from_toml.hpp b/toml/from_toml.hpp index f75b24b..bda5a8b 100644 --- a/toml/from_toml.hpp +++ b/toml/from_toml.hpp @@ -51,7 +51,7 @@ struct from_toml_tie_impl template struct from_toml_tie_impl<0, Ts...> { - static void invoke(std::tuple tie, const toml::value& v) + static void invoke(std::tuple, const toml::value&) { return; }