changeset 1278:0be27c989c1d 3.0-integration

Avoid compiler warning
author Chris Cannam
date Tue, 22 Nov 2016 16:40:28 +0000
parents 13701ab9d2c7
children 0a9193dc136b
files plugin/PluginScan.cpp
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/PluginScan.cpp	Tue Nov 22 16:40:14 2016 +0000
+++ b/plugin/PluginScan.cpp	Tue Nov 22 16:40:28 2016 +0000
@@ -127,7 +127,11 @@
 }
 
 QList<PluginScan::Candidate>
-PluginScan::getCandidateLibrariesFor(PluginType type) const
+PluginScan::getCandidateLibrariesFor(PluginType
+#ifdef HAVE_PLUGIN_CHECKER_HELPER
+                                     type
+#endif
+    ) const
 {
 #ifdef HAVE_PLUGIN_CHECKER_HELPER