mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 15:57:52 +01:00
Quiet a bunch of 'unreferenced formal parameter' warnings on Windows.
The remaining ones are 'formal parameter's referenced by other platforms.
This commit is contained in:
@@ -839,7 +839,7 @@ bool FFmpegLibs::ValidLibsLoaded()
|
||||
return mLibsLoaded;
|
||||
}
|
||||
|
||||
bool FFmpegLibs::InitLibs(wxString libpath_format, bool showerr)
|
||||
bool FFmpegLibs::InitLibs(wxString libpath_format, bool WXUNUSED(showerr))
|
||||
{
|
||||
#if !defined(DISABLE_DYNAMIC_LOADING_FFMPEG)
|
||||
FreeLibs();
|
||||
|
||||
Reference in New Issue
Block a user