diff --git a/include/toml11/compat.hpp b/include/toml11/compat.hpp index 931dc9c..3308a32 100644 --- a/include/toml11/compat.hpp +++ b/include/toml11/compat.hpp @@ -498,7 +498,7 @@ struct source_location static source_location current() { return source_location{}; } }; -inline std::string to_string(const source_location& loc) +inline std::string to_string(const source_location&) { return std::string(""); }