mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -237,7 +237,7 @@ bool Shuttle::TransferEnum( const wxString & Name, int & iValue,
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Shuttle::TransferString( const wxString & Name, wxString & strValue, const wxString &strDefault )
|
||||
bool Shuttle::TransferString( const wxString & Name, wxString & strValue, const wxString & WXUNUSED(strDefault) )
|
||||
{
|
||||
if( mbStoreInClient )
|
||||
{
|
||||
@@ -272,7 +272,7 @@ bool Shuttle::TransferWrappedType( const wxString & Name, WrappedType & W )
|
||||
}
|
||||
|
||||
|
||||
bool Shuttle::ExchangeWithMaster(const wxString & Name)
|
||||
bool Shuttle::ExchangeWithMaster(const wxString & WXUNUSED(Name))
|
||||
{
|
||||
// ExchangeWithMaster() will usually be over-ridden
|
||||
// in derived classes. We could have made it an
|
||||
|
||||
Reference in New Issue
Block a user