1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 11:13:16 +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

@@ -437,7 +437,11 @@ wxAccStatus TrackPanelAx::GetState( int childId, long* state )
// Returns a localized string representing the value for the object
// or child.
#if defined(__WXMAC__)
wxAccStatus TrackPanelAx::GetValue( int childId, wxString* strValue )
#else
wxAccStatus TrackPanelAx::GetValue( int WXUNUSED(childId), wxString* WXUNUSED(strValue) )
#endif
{
#if defined(__WXMSW__)
return wxACC_NOT_IMPLEMENTED;