unused variable warning
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 24 Jun 2012 12:57:08 +0000 (12:57 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 24 Jun 2012 12:57:08 +0000 (12:57 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12915 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/instrument_info.cc

index a2e1605b729b6effdd829f5a3d61d1cee80eaf07..282c21705e031c7aaebe99e4b7f964ff4fcda0f5 100644 (file)
@@ -185,7 +185,7 @@ InstrumentInfo::general_midi_patches()
 }
 
 string
-InstrumentInfo::get_plugin_patch_name (boost::shared_ptr<Processor> p, uint16_t bank, uint8_t program, uint8_t channel) const
+InstrumentInfo::get_plugin_patch_name (boost::shared_ptr<Processor> p, uint16_t bank, uint8_t program, uint8_t /*channel*/) const
 {
        boost::shared_ptr<PluginInsert> insert = boost::dynamic_pointer_cast<PluginInsert> (p);