Mercurial > hg > vamp-aubio-plugins
comparison plugins/MelEnergy.cpp @ 134:767ead1cee18
plugins/: unused attribute only for gcc
author | Paul Brossier <piem@piem.org> |
---|---|
date | Fri, 22 Jul 2016 12:19:06 +0200 |
parents | 97ffda1a7342 |
children | c89b3954de00 |
comparison
equal
deleted
inserted
replaced
133:f8518e1e57e3 | 134:767ead1cee18 |
---|---|
195 return list; | 195 return list; |
196 } | 196 } |
197 | 197 |
198 MelEnergy::FeatureSet | 198 MelEnergy::FeatureSet |
199 MelEnergy::process(const float *const *inputBuffers, | 199 MelEnergy::process(const float *const *inputBuffers, |
200 __attribute__((unused)) Vamp::RealTime timestamp) | 200 UNUSED Vamp::RealTime timestamp) |
201 { | 201 { |
202 FeatureSet returnFeatures; | 202 FeatureSet returnFeatures; |
203 | 203 |
204 if (m_stepSize == 0) { | 204 if (m_stepSize == 0) { |
205 std::cerr << "MelEnergy::process: MelEnergy plugin not initialised" << std::endl; | 205 std::cerr << "MelEnergy::process: MelEnergy plugin not initialised" << std::endl; |