From b65f8073ba306ac2d85133875746767e7c6b0eb6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Jul 2009 15:55:17 +0000 Subject: Fix some unused parameter warnings. git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/template_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/template_utils.cc') diff --git a/libs/ardour/template_utils.cc b/libs/ardour/template_utils.cc index daf133fa05..a0daca713d 100644 --- a/libs/ardour/template_utils.cc +++ b/libs/ardour/template_utils.cc @@ -64,7 +64,7 @@ user_route_template_directory () } static bool -template_filter (const string &str, void *arg) +template_filter (const string &str, void */*arg*/) { cerr << "Checking into " << str << " using " << template_suffix << endl; return (str.length() > strlen(template_suffix) && -- cgit v1.2.3