Skip to content

Commit 2259be4

Browse files
committed
Fix warning
1 parent c1cfbc2 commit 2259be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aixlog.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ struct SinkOutputDebugString : public Sink
847847
{
848848
}
849849

850-
void log(const Metadata& metadata, const std::string& message) override
850+
void log(const Metadata& /*metadata*/, const std::string& message) override
851851
{
852852
#ifdef UNICODE
853853
std::wstring wide = std::wstring(message.begin(), message.end());

0 commit comments

Comments
 (0)