log: removed "unused" attribute from log_level parameter

This commit is contained in:
Max Kellermann 2009-04-10 09:14:21 +02:00
parent e823e78d0f
commit 548e842799

View File

@ -89,7 +89,7 @@ chomp_length(const char *p)
static void
file_log_func(const gchar *log_domain,
G_GNUC_UNUSED GLogLevelFlags log_level,
GLogLevelFlags log_level,
const gchar *message, G_GNUC_UNUSED gpointer user_data)
{
char *converted;