Addressing some compilation warnings:
[qwerkisync] / main.cpp
index a19b8dc..1ea766f 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -28,7 +28,7 @@
 #include <QHash>
 
 #include <glib-2.0/glib.h>
-void g_log_default_handler (const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer unused_data)
+void g_log_default_handler (const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer)
 {
        qDebug() << "GLIB: <D>" << log_domain << "<L>" << log_level << "<M>" << message << "\n";
 }