comparison 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
comparison
equal deleted inserted replaced
952:ad14e7ed096d 953:f5810f1270ae
272 #ifdef DSSI_BASE 272 #ifdef DSSI_BASE
273 baseUri = DSSI_BASE; 273 baseUri = DSSI_BASE;
274 #else 274 #else
275 baseUri = "http://dssi.sourceforge.net/ontology#"; 275 baseUri = "http://dssi.sourceforge.net/ontology#";
276 #endif 276 #endif
277 #else
278 // avoid unused parameter
279 baseUri = "";
277 #endif 280 #endif
278 281
279 return lrdfPaths; 282 return lrdfPaths;
280 } 283 }
281 284