From 2259be45a0f0702d8bdc6efe09cddeb4a3ec4510 Mon Sep 17 00:00:00 2001 From: badaix Date: Tue, 14 Jan 2025 10:05:47 +0100 Subject: [PATCH] Fix warning --- include/aixlog.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aixlog.hpp b/include/aixlog.hpp index 513840f..a2c105c 100644 --- a/include/aixlog.hpp +++ b/include/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());