# HG changeset patch # User Chris Cannam # Date 1471431840 -3600 # Node ID 75cc9ced3b01e5372b89b9dc422809bad96cd346 # Parent 41baa6241da20c45044b1211858e4ec39d6b3118 Fix compiler warning diff -r 41baa6241da2 -r 75cc9ced3b01 examples/AmplitudeFollower.cpp --- 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: "