Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 14, 2025
1 parent c1cfbc2 commit 2259be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aixlog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ struct SinkOutputDebugString : public Sink
{
}

void log(const Metadata& metadata, const std::string& message) override
void log(const Metadata& /*metadata*/, const std::string& message) override
{
#ifdef UNICODE
std::wstring wide = std::wstring(message.begin(), message.end());
Expand Down

0 comments on commit 2259be4

Please sign in to comment.