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