mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-27 00:07:17 +02:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -153,7 +153,7 @@ private:
|
||||
};
|
||||
|
||||
void GetOGGImportPlugin(ImportPluginList *importPluginList,
|
||||
UnusableImportPluginList *unusableImportPluginList)
|
||||
UnusableImportPluginList * WXUNUSED(unusableImportPluginList))
|
||||
{
|
||||
importPluginList->Append(new OggImportPlugin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user