diff plugin/FeatureExtractionPluginFactory.cpp @ 73:e9b8b51f6326

* fix compile warnings and genuine int/size_t overflow
author Chris Cannam
date Thu, 06 Apr 2006 17:24:13 +0000
parents e32c6a6cb40f
children c983dda79f72
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.cpp	Thu Apr 06 15:12:53 2006 +0000
+++ b/plugin/FeatureExtractionPluginFactory.cpp	Thu Apr 06 17:24:13 2006 +0000
@@ -267,6 +267,9 @@
             std::cerr << "WARNING: FeatureExtractionPluginFactory::instantiatePlugin: Failed to unload library " << soname.toStdString() << std::endl;
         }
     }
+
+//    std::cerr << "FeatureExtractionPluginFactory::instantiatePlugin: Instantiated plugin " << label.toStdString() << " from library " << soname.toStdString() << ": descriptor " << descriptor << ", rv "<< rv << ", label " << rv->getName() << ", outputs " << rv->getOutputDescriptors().size() << std::endl;
+    
     return rv;
 }