From 836330b1a135e8dddb020cb229d2c4a3a72a7cb8 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 3 May 2024 11:09:04 +0100 Subject: [PATCH] Fix warning --- src/common/Thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Thread.h b/src/common/Thread.h index ca41367..3f8a71b 100644 --- a/src/common/Thread.h +++ b/src/common/Thread.h @@ -215,7 +215,7 @@ public: class Condition { public: - Condition(std::string name) { } + Condition(std::string) { } ~Condition() { } void lock() { }