mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -279,7 +279,7 @@ private:
|
||||
|
||||
|
||||
void GetFFmpegImportPlugin(ImportPluginList *importPluginList,
|
||||
UnusableImportPluginList *unusableImportPluginList)
|
||||
UnusableImportPluginList *WXUNUSED(unusableImportPluginList))
|
||||
{
|
||||
importPluginList->Append(new FFmpegImportPlugin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user