fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / vamp-sdk / src / vamp-sdk / PluginAdapter.cpp
index 5a4593dde8709af12e54b4186b720c23f5601e92..c937ba67b71b543ef3d1592e55950d087c14f6cf 100644 (file)
@@ -588,7 +588,7 @@ PluginAdapterBase::Impl::vampGetRemainingFeatures(VampPluginHandle handle)
 }
 
 void
-PluginAdapterBase::Impl::vampReleaseFeatureSet(VampFeatureList *fs)
+PluginAdapterBase::Impl::vampReleaseFeatureSet(VampFeatureList *)
 {
 #ifdef DEBUG_PLUGIN_ADAPTER
     std::cerr << "PluginAdapterBase::Impl::vampReleaseFeatureSet" << std::endl;