diff plugin/LADSPAPluginFactory.cpp @ 954:35b05cac32d0 tonioni

Update subrepos and merge from default branch
author Chris Cannam
date Tue, 02 Sep 2014 16:23:48 +0100
parents f5810f1270ae
children 7aa9088e9bcd
line wrap: on
line diff
--- a/plugin/LADSPAPluginFactory.cpp	Fri Jul 18 11:07:30 2014 +0100
+++ b/plugin/LADSPAPluginFactory.cpp	Tue Sep 02 16:23:48 2014 +0100
@@ -621,6 +621,8 @@
     }
 
     baseUri = LADSPA_BASE;
+#else
+    baseUri = "";
 #endif
 
     return lrdfPaths;
@@ -877,6 +879,10 @@
 	}
 	lrdf_free_uris(uris);
     }
+#else
+    // avoid unused parameter
+    (void)uri;
+    (void)base;
 #endif
 }