Index: trunk/BNC/bncnetqueryv2.cpp
===================================================================
--- trunk/BNC/bncnetqueryv2.cpp	(revision 3345)
+++ trunk/BNC/bncnetqueryv2.cpp	(revision 3346)
@@ -190,7 +190,13 @@
 // TSL/SSL 
 ////////////////////////////////////////////////////////////////////////////
-void bncNetQueryV2::slotSslErrors(QList<QSslError>) {
-
-  ////  std::cout << "slotSslErrors" << std::endl;
+void bncNetQueryV2::slotSslErrors(QList<QSslError> /* errors */) {
+
+   // std::cout << "slotSslErrors" << std::endl;
+   // QListIterator<QSslError> it(errors);
+   // while (it.hasNext()) {
+   //   const QSslError& err = it.next();
+   //   std::cout << err.errorString().toAscii().data() << std::endl;
+   // }
+
   _reply->ignoreSslErrors();
 }
