mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-31 19:44:54 +02:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -793,7 +793,7 @@ bool NoteTrack::HandleXMLTag(const wxChar *tag, const wxChar **attrs)
|
||||
return false;
|
||||
}
|
||||
|
||||
XMLTagHandler *NoteTrack::HandleXMLChild(const wxChar *tag)
|
||||
XMLTagHandler *NoteTrack::HandleXMLChild(const wxChar * WXUNUSED(tag))
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user