1
0
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:
james.k.crook@gmail.com
2013-08-25 21:51:26 +00:00
parent 969122a985
commit dba81b3f1c
108 changed files with 571 additions and 569 deletions

View File

@@ -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;
}