mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Introjucer: fixed some compiler warnings.
This commit is contained in:
parent
0ba5b01497
commit
b58d5da64d
5 changed files with 7 additions and 7 deletions
|
|
@ -304,7 +304,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
void filesDropped (const StringArray& files, int insertIndex) override
|
||||
void filesDropped (const StringArray& files, int /*insertIndex*/) override
|
||||
{
|
||||
Array<ModuleDescription> modules;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue