Mercurial > hg > vamp-aubio-plugins
diff 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 |
line wrap: on
line diff
--- a/plugins/MelEnergy.cpp Fri Jul 22 12:03:08 2016 +0200 +++ b/plugins/MelEnergy.cpp Fri Jul 22 12:19:06 2016 +0200 @@ -197,7 +197,7 @@ MelEnergy::FeatureSet MelEnergy::process(const float *const *inputBuffers, - __attribute__((unused)) Vamp::RealTime timestamp) + UNUSED Vamp::RealTime timestamp) { FeatureSet returnFeatures;