mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -186,7 +186,7 @@ bool TimeTrack::HandleXMLTag(const wxChar *tag, const wxChar **attrs)
|
||||
return false;
|
||||
}
|
||||
|
||||
void TimeTrack::HandleXMLEndTag(const wxChar *tag)
|
||||
void TimeTrack::HandleXMLEndTag(const wxChar * WXUNUSED(tag))
|
||||
{
|
||||
if(mRescaleXMLValues)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user