mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 10:28:09 +08:00
fix: remove name of unused argument
This commit is contained in:
@@ -498,7 +498,7 @@ struct source_location
|
|||||||
static source_location current() { return 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("");
|
return std::string("");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user