1
0
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:
martynshaw99
2013-09-25 22:57:54 +00:00
parent 9a75557b89
commit 4f5de6d5e3
10 changed files with 53 additions and 53 deletions

View File

@@ -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();