Commit 548e8427 authored by Max Kellermann's avatar Max Kellermann

log: removed "unused" attribute from log_level parameter

parent e823e78d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment