use "portable" approach to forcing visible symbols in third party libs (qm-dsp, vamp...
[ardour.git] / libs / vamp-plugins / AmplitudeFollower.cpp
index 7023297d33a6304ca9b74be150bdd9fc7445fefe..c6f7bc0938c9ba029165ecdaf4075b4d1c0b8efa 100644 (file)
@@ -198,7 +198,7 @@ float AmplitudeFollower::getParameter(std::string paramid) const
 
 AmplitudeFollower::FeatureSet
 AmplitudeFollower::process(const float *const *inputBuffers,
-                           Vamp::RealTime timestamp)
+                           Vamp::RealTime /*timestamp*/)
 {
     if (m_stepSize == 0) {
        cerr << "ERROR: AmplitudeFollower::process: "