fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / ardour / file_source.cc
index 877a0a49390465b570a39c3a3d8f187dd90ac79b..e35ee81364ce17afd9353b5137d16fa1ec633ca8 100644 (file)
@@ -235,7 +235,7 @@ FileSource::move_to_trash (const string& trash_dir_name)
  */
 bool
 FileSource::find (Session& s, DataType type, const string& path, bool must_exist,
-                 bool& isnew, uint16_t& chan, string& found_path)
+                 bool& isnew, uint16_t& /* chan */, string& found_path)
 {
        bool ret = false;
         string keeppath;