mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
Cleanup: Fixed lots of trivial MSVC warnings.
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
virtual XMLTagHandler *HandleXMLChild(const wxChar *tag);
|
||||
|
||||
// This class only knows reading tags
|
||||
virtual void WriteXML(XMLWriter &xmlFile) { wxASSERT(false); }
|
||||
virtual void WriteXML(XMLWriter & WXUNUSED(xmlFile)) { wxASSERT(false); }
|
||||
|
||||
private:
|
||||
AudacityProject* mProject;
|
||||
|
||||
Reference in New Issue
Block a user