We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cfbc2 commit 2259be4Copy full SHA for 2259be4
include/aixlog.hpp
@@ -847,7 +847,7 @@ struct SinkOutputDebugString : public Sink
847
{
848
}
849
850
- void log(const Metadata& metadata, const std::string& message) override
+ void log(const Metadata& /*metadata*/, const std::string& message) override
851
852
#ifdef UNICODE
853
std::wstring wide = std::wstring(message.begin(), message.end());
0 commit comments