From 407099d7a30d01799824c7d4f341e0095e752919 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 22:05:51 +0200 Subject: WIP: Fix unused parameter warnings --- src/ingen/ingen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ingen/ingen.cpp') diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index bf18f0dd..053e4594 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -45,7 +45,7 @@ using namespace ingen; class DummyInterface : public Interface { URI uri() const override { return URI("ingen:dummy"); } - void message(const Message& msg) override {} + void message(const Message&) override {} }; unique_ptr world; -- cgit v1.2.1