Improve import status messages slightly.
[ardour.git] / libs / ardour / template_utils.cc
index daf133fa05092c072db376d7460f065540e66cfc..a0daca713d5356afb17f531da135b1c2e18765b1 100644 (file)
@@ -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) &&