Addressing some compilation warnings:
[qwerkisync] / DBBackends / RtcomEventLogger.cpp
index 0766fa2..e94f913 100644 (file)
@@ -76,7 +76,7 @@ RtcomEventLogger::RtcomEventLogger(const Settings &settings) :
                qDebug() << "Failed to create event logger.";
 }
 
                qDebug() << "Failed to create event logger.";
 }
 
-RtcomEventLogger::RtcomEventLogger(const Settings &settings, const EventTypes::RtcomEvent &event) :
+RtcomEventLogger::RtcomEventLogger(const Settings &settings, const EventTypes::RtcomEvent &/*event*/) :
        m_Settings(settings)
 {
 }
        m_Settings(settings)
 {
 }