1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01:00

Getting rid of some warnings...mostly unused parms

This commit is contained in:
lllucius
2014-12-15 21:51:02 +00:00
parent f3f3844b25
commit 431166561e
7 changed files with 24 additions and 9 deletions

View File

@@ -97,7 +97,11 @@ void FileIO::SetCatalogInfo()
return;
}
#if defined(__WXMAC__)
void FileIO::SetCatalogInfo(wxUint32 type)
#else
void FileIO::SetCatalogInfo(wxUint32 WXUNUSED(type))
#endif
{
#ifdef __WXMAC__
#if !wxCHECK_VERSION(3, 0, 0)