From 5b89d279e4e03044227993e9b63023d310e403a2 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Thu, 17 Dec 2020 09:49:48 +0000 Subject: [PATCH] Unused param warning --- include/wrapper/Messaging.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wrapper/Messaging.hpp b/include/wrapper/Messaging.hpp index 5fea09c..40cb50f 100644 --- a/include/wrapper/Messaging.hpp +++ b/include/wrapper/Messaging.hpp @@ -178,7 +178,7 @@ struct FluidSCMessaging{ world); return true; }, - [](World* world, void* data) // NRT Thread: Send reply + [](World*, void* data) // NRT Thread: Send reply { MessageData* m = static_cast(data); if(m->result.status() != Result::Status::kError)