log: removed "unused" attribute from log_level parameter
This commit is contained in:
parent
e823e78d0f
commit
548e842799
@ -89,7 +89,7 @@ chomp_length(const char *p)
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
file_log_func(const gchar *log_domain,
|
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)
|
const gchar *message, G_GNUC_UNUSED gpointer user_data)
|
||||||
{
|
{
|
||||||
char *converted;
|
char *converted;
|
||||||
|
Loading…
Reference in New Issue
Block a user