# HG changeset patch # User Paul Brossier # Date 1422955534 -3600 # Node ID 97ffda1a7342c351a0cf42c0145247ec9afbfe9b # Parent 75b436b9cf2f8f431d93c88c949f7bdc1fcb9e53 plugins/{Mfcc,MelEnergy}.cpp: add unused attribute to avoid compilation warning diff -r 75b436b9cf2f -r 97ffda1a7342 plugins/MelEnergy.cpp --- a/plugins/MelEnergy.cpp Tue Feb 03 10:25:08 2015 +0100 +++ b/plugins/MelEnergy.cpp Tue Feb 03 10:25:34 2015 +0100 @@ -197,7 +197,7 @@ MelEnergy::FeatureSet MelEnergy::process(const float *const *inputBuffers, - Vamp::RealTime timestamp) + __attribute__((unused)) Vamp::RealTime timestamp) { FeatureSet returnFeatures; diff -r 75b436b9cf2f -r 97ffda1a7342 plugins/Mfcc.cpp --- a/plugins/Mfcc.cpp Tue Feb 03 10:25:08 2015 +0100 +++ b/plugins/Mfcc.cpp Tue Feb 03 10:25:34 2015 +0100 @@ -208,7 +208,7 @@ Mfcc::FeatureSet Mfcc::process(const float *const *inputBuffers, - Vamp::RealTime timestamp) + __attribute__((unused)) Vamp::RealTime timestamp) { FeatureSet returnFeatures;