From 1e64c2b3177eb05283c3d71b4bc8cc5592c6ed1e Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 5 Feb 2021 16:39:52 +0000 Subject: [PATCH] Fix compiler warning --- vamp/RubberBandVampPlugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vamp/RubberBandVampPlugin.cpp b/vamp/RubberBandVampPlugin.cpp index c25360d..4c6cab0 100644 --- a/vamp/RubberBandVampPlugin.cpp +++ b/vamp/RubberBandVampPlugin.cpp @@ -441,7 +441,7 @@ RubberBandVampPlugin::getRemainingFeatures() RubberBandVampPlugin::FeatureSet RubberBandVampPlugin::Impl::processOffline(const float *const *inputBuffers, - Vamp::RealTime timestamp) + Vamp::RealTime /* timestamp */) { if (!m_stretcher) { cerr << "ERROR: RubberBandVampPlugin::processOffline: " @@ -480,7 +480,7 @@ RubberBandVampPlugin::Impl::getRemainingFeaturesOffline() RubberBandVampPlugin::FeatureSet RubberBandVampPlugin::Impl::processRealTime(const float *const *inputBuffers, - Vamp::RealTime timestamp) + Vamp::RealTime /* timestamp */) { // This function is not in any way a real-time function (i.e. it // has no requirement to be RT safe); it simply operates the