mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -158,7 +158,7 @@ void FileIO::SetCatalogInfo()
|
||||
return;
|
||||
}
|
||||
|
||||
void FileIO::SetCatalogInfo(wxUint32 type)
|
||||
void FileIO::SetCatalogInfo(wxUint32 WXUNUSED(type))
|
||||
{
|
||||
#ifdef __WXMAC__
|
||||
if (!mOpen || mFtp != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user