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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user