Skip to content

Commit

Permalink
fix: remove name of unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jul 5, 2024
1 parent 9e194ea commit d72493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/toml11/compat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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("");
}
Expand Down

0 comments on commit d72493a

Please sign in to comment.