fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / panners / vbap / vbap.cc
index d4a7030d9b3c7d129ea360035df551d8bf66c69a..59f8cddb62353c3395450bea4172b6e2c9c83541 100644 (file)
@@ -33,7 +33,7 @@ static PanPluginDescriptor _descriptor = {
 
 extern "C" { PanPluginDescriptor* panner_descriptor () { return &_descriptor; } }
 
-VBAPanner::Signal::Signal (Session& session, VBAPanner& p, uint32_t n, uint32_t n_speakers)
+VBAPanner::Signal::Signal (Session&, VBAPanner&, uint32_t, uint32_t n_speakers)
 {
         resize_gains (n_speakers);
 
@@ -363,9 +363,11 @@ VBAPanner::distribute_one (AudioBuffer& srcbuf, BufferSet& obufs, gain_t gain_co
 }
 
 void 
-VBAPanner::distribute_one_automated (AudioBuffer& src, BufferSet& obufs,
-                                     framepos_t start, framepos_t end, pframes_t nframes, pan_t** buffers, uint32_t which)
+VBAPanner::distribute_one_automated (AudioBuffer& /*src*/, BufferSet& /*obufs*/,
+                                     framepos_t /*start*/, framepos_t /*end*/, 
+                                    pframes_t /*nframes*/, pan_t** /*buffers*/, uint32_t /*which*/)
 {
+       /* XXX to be implemented */
 }
 
 XMLNode&