Mercurial > hg > vamp-plugin-sdk
changeset 437:75cc9ced3b01 vampipe
Fix compiler warning
| author | Chris Cannam |
|---|---|
| date | Wed, 17 Aug 2016 12:04:00 +0100 |
| parents | 41baa6241da2 |
| children | e506ffa4591b |
| files | examples/AmplitudeFollower.cpp |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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: "
