changeset 149:88e01aa5b83b

plugins/Onset.cpp: add unused flag
author Paul Brossier <piem@piem.org>
date Fri, 22 Jul 2016 16:56:27 +0200
parents cf04ee10ea4e
children ef98b51d9dad
files plugins/Onset.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Onset.cpp	Fri Jul 22 16:20:31 2016 +0200
+++ b/plugins/Onset.cpp	Fri Jul 22 16:56:27 2016 +0200
@@ -294,7 +294,7 @@
 
 Onset::FeatureSet
 Onset::process(const float *const *inputBuffers,
-               Vamp::RealTime timestamp)
+               UNUSED Vamp::RealTime timestamp)
 {
     for (size_t i = 0; i < m_stepSize; ++i) {
         fvec_set_sample(m_ibuf, inputBuffers[0][i], i);