From 7cf0586ab1b7d7fe20f4470e24def1cc452c1187 Mon Sep 17 00:00:00 2001 From: badaix Date: Tue, 14 Jan 2025 10:24:59 +0100 Subject: [PATCH] Update AixLog --- common/aixlog.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/aixlog.hpp b/common/aixlog.hpp index 513840f0..a2c105cc 100644 --- a/common/aixlog.hpp +++ b/common/aixlog.hpp @@ -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());