mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Warning supression patch from Benjamin Drung
This commit is contained in:
parent
2a7c7de30d
commit
5304bbf19a
@ -240,7 +240,7 @@ bool ExtImportPrefs::DoOnPluginKeyDown (int code)
|
||||
return false;
|
||||
|
||||
long itemIndex = -1;
|
||||
long itemIndex2;
|
||||
long itemIndex2 = -1;
|
||||
itemIndex = PluginList->GetNextItem(itemIndex,
|
||||
wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
|
||||
if (itemIndex == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user