# HG changeset patch # User Chris Cannam # Date 1413453020 -3600 # Node ID 632d90c185ecc8655f7a85ba58dc568351449dfd # Parent 364e4653fe20b500a4241e2258a66db05de2b713 Fix some compiler warnings diff -r 364e4653fe20 -r 632d90c185ec src/vamp-hostsdk/PluginSummarisingAdapter.cpp --- a/src/vamp-hostsdk/PluginSummarisingAdapter.cpp Thu Oct 16 10:50:12 2014 +0100 +++ b/src/vamp-hostsdk/PluginSummarisingAdapter.cpp Thu Oct 16 10:50:20 2014 +0100 @@ -220,8 +220,7 @@ } bool -PluginSummarisingAdapter::Impl::initialise(size_t channels, - size_t stepSize, size_t blockSize) +PluginSummarisingAdapter::Impl::initialise(size_t, size_t stepSize, size_t blockSize) { m_stepSize = stepSize; m_blockSize = blockSize; @@ -451,7 +450,7 @@ PluginSummarisingAdapter::Impl::accumulate(int output, const Feature &f, RealTime timestamp, - bool final) + bool /* final */) { // What should happen if a feature's duration spans a segment // boundary? I think we probably want to chop it, and pretend