Skip to content

Commit

Permalink
Windows compiler warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Feb 25, 2017
1 parent 6df6d8d commit 76ee526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit 76ee526

Please sign in to comment.