fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / ardour / plugin.cc
index 153c624a5afbf517c4b532b8c05aa42dfb64375a..12760e5d6e269665f2513fa6255ad07f8bf9d4fe 100644 (file)
@@ -236,7 +236,7 @@ Plugin::preset_by_uri (const string& uri)
 
 int
 Plugin::connect_and_run (BufferSet& bufs,
-                        ChanMapping in_map, ChanMapping out_map,
+                        ChanMapping /*in_map*/, ChanMapping /*out_map*/,
                         pframes_t nframes, framecnt_t offset)
 {
        if (bufs.count().n_midi() > 0) {
@@ -306,7 +306,7 @@ Plugin::set_parameter (uint32_t which, float val)
 }
 
 int
-Plugin::set_state (const XMLNode& node, int version)
+Plugin::set_state (const XMLNode& node, int /*version*/)
 {
        XMLProperty const * p = node.property (X_("last-preset-uri"));
        if (p) {