mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 23:51:14 +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;
|
return false;
|
||||||
|
|
||||||
long itemIndex = -1;
|
long itemIndex = -1;
|
||||||
long itemIndex2;
|
long itemIndex2 = -1;
|
||||||
itemIndex = PluginList->GetNextItem(itemIndex,
|
itemIndex = PluginList->GetNextItem(itemIndex,
|
||||||
wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
|
wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
|
||||||
if (itemIndex == -1)
|
if (itemIndex == -1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user