diff plugin/DSSIPluginFactory.cpp @ 953:f5810f1270ae

Avoid compiler warnings when building without lrdf
author Chris Cannam
date Wed, 13 Aug 2014 09:50:42 +0100
parents 59e7fe1b1003
children 7aa9088e9bcd
line wrap: on
line diff
--- a/plugin/DSSIPluginFactory.cpp	Mon Aug 11 11:30:18 2014 +0100
+++ b/plugin/DSSIPluginFactory.cpp	Wed Aug 13 09:50:42 2014 +0100
@@ -274,6 +274,9 @@
 #else
     baseUri = "http://dssi.sourceforge.net/ontology#";
 #endif
+#else
+    // avoid unused parameter
+    baseUri = "";
 #endif
 
     return lrdfPaths;