diff examples/AmplitudeFollower.cpp @ 437:75cc9ced3b01 vampipe

Fix compiler warning
author Chris Cannam
date Wed, 17 Aug 2016 12:04:00 +0100
parents a69901aa85d2
children 90571dcc371a
line wrap: on
line diff
--- a/examples/AmplitudeFollower.cpp	Wed Aug 17 12:03:55 2016 +0100
+++ b/examples/AmplitudeFollower.cpp	Wed Aug 17 12:04:00 2016 +0100
@@ -199,7 +199,7 @@
 
 AmplitudeFollower::FeatureSet
 AmplitudeFollower::process(const float *const *inputBuffers,
-                           Vamp::RealTime timestamp)
+                           Vamp::RealTime /* timestamp */)
 {
     if (m_stepSize == 0) {
 	cerr << "ERROR: AmplitudeFollower::process: "