diff src/vamp-sdk/PluginAdapter.cpp @ 398:7d59dd1ba5de

Add -Wextra, fix a couple of warnings it throws up
author Chris Cannam
date Tue, 16 Jun 2015 10:54:54 +0100
parents dc40fff9f20b
children 5628c5ec4000
line wrap: on
line diff
--- a/src/vamp-sdk/PluginAdapter.cpp	Tue Jun 16 10:26:12 2015 +0100
+++ b/src/vamp-sdk/PluginAdapter.cpp	Tue Jun 16 10:54:54 2015 +0100
@@ -588,7 +588,7 @@
 }
 
 void
-PluginAdapterBase::Impl::vampReleaseFeatureSet(VampFeatureList *fs)
+PluginAdapterBase::Impl::vampReleaseFeatureSet(VampFeatureList *)
 {
 #ifdef DEBUG_PLUGIN_ADAPTER
     std::cerr << "PluginAdapterBase::Impl::vampReleaseFeatureSet" << std::endl;