X-Git-Url: http://git.maemo.org/git/?p=qwerkisync;a=blobdiff_plain;f=main.cpp;fp=main.cpp;h=1ea766fd2481735b4c4a4efcbcca1b5d09982837;hp=a19b8dc5eb521e1a633a47d5aa4d6654fd9e5845;hb=8dd69fead6d98d863e7ae670e9ff658eaf47d698;hpb=69ec52550d22395393afdd6723ea6bf71b1d0acc diff --git a/main.cpp b/main.cpp index a19b8dc..1ea766f 100644 --- a/main.cpp +++ b/main.cpp @@ -28,7 +28,7 @@ #include #include -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: " << log_domain << "" << log_level << "" << message << "\n"; }