Update AixLog

This commit is contained in:
badaix 2025-01-14 10:24:59 +01:00
parent 23019b52bd
commit 7cf0586ab1

View file

@ -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 #ifdef UNICODE
std::wstring wide = std::wstring(message.begin(), message.end()); std::wstring wide = std::wstring(message.begin(), message.end());