From 76ee526715780ecffb5a0eaa9a4b14931ccf4a2b Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Sun, 26 Feb 2017 00:21:24 +0100 Subject: [PATCH] Windows compiler warning fix --- Source/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Main.cpp b/Source/Main.cpp index 13de94b..2c8a22d 100644 --- a/Source/Main.cpp +++ b/Source/Main.cpp @@ -283,7 +283,7 @@ class receiveMidiApplication : public JUCEApplicationBase, public MidiInputCall return channel == 0 || msg.getChannel() == channel; } - void handleIncomingMidiMessage(MidiInput* source, const MidiMessage& msg) override + void handleIncomingMidiMessage(MidiInput*, const MidiMessage& msg) override { if (!filterCommands_.isEmpty()) {