fix: remove name of unused argument

This commit is contained in:
ToruNiina
2024-07-06 01:36:55 +09:00
parent 9e194ea8b6
commit d72493a2fc

View File

@@ -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("");
}