devilhorns pushed a commit to branch master. http://git.enlightenment.org/apps/express.git/commit/?id=2257324eed31e9f0b2a9e69e1ab9efe0750fe7bf
commit 2257324eed31e9f0b2a9e69e1ab9efe0750fe7bf Author: Christopher Michael <devilho...@comcast.net> Date: Tue Feb 16 12:56:34 2021 -0500 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; --