diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/ingen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ingen::World> world; |