1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Introjucer: fixed some compiler warnings.

This commit is contained in:
jules 2013-10-14 15:47:49 +01:00
parent 0ba5b01497
commit b58d5da64d
5 changed files with 7 additions and 7 deletions

View file

@ -173,7 +173,7 @@ public:
p->addFiles (files, insertIndex);
}
virtual void moveSelectedItemsTo (OwnedArray <Project::Item>& selectedNodes, int insertIndex)
virtual void moveSelectedItemsTo (OwnedArray <Project::Item>&, int /*insertIndex*/)
{
jassertfalse;
}
@ -216,7 +216,7 @@ public:
}
//==============================================================================
void valueTreePropertyChanged (ValueTree& tree, const Identifier& property) override
void valueTreePropertyChanged (ValueTree& tree, const Identifier&) override
{
if (tree == item.state)
repaintItem();