fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / ardour / ardour / export_channel.h
index 1a71f14c3cde6d65214a425bacd3788df6c6a35e..a73d04aa36d37a603e60b95bac5df739a408f316 100644 (file)
@@ -47,7 +47,7 @@ class ExportChannel : public boost::less_than_comparable<ExportChannel>
 
        virtual ~ExportChannel () {}
 
-       virtual void set_max_buffer_size(framecnt_t frames) { }
+       virtual void set_max_buffer_size(framecnt_t) { }
 
        virtual void read (Sample const *& data, framecnt_t frames) const = 0;
        virtual bool empty () const = 0;