From 2257324eed31e9f0b2a9e69e1ab9efe0750fe7bf Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 16 Feb 2021 12:56:34 -0500 Subject: [PATCH] express: Add missing EINA_UNUSED --- src/bin/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/callbacks.c b/src/bin/callbacks.c index 0211634..6f646b9 100644 --- a/src/bin/callbacks.c +++ b/src/bin/callbacks.c @@ -334,7 +334,7 @@ _callback_user_join(Express_Network *net, const char *event EINA_UNUSED, const c } void -_callback_user_private(Express_Network *net, const char *event EINA_UNUSED, const char *source, const char **params, unsigned int count EINA_UNUSED, void *data EINA_UNUSED) +_callback_user_private(Express_Network *net EINA_UNUSED, const char *event EINA_UNUSED, const char *source, const char **params, unsigned int count EINA_UNUSED, void *data EINA_UNUSED) { Channel * chl = NULL;