express: Add missing EINA_UNUSED

This commit is contained in:
Christopher Michael 2021-02-16 12:56:34 -05:00
parent b84c4fd994
commit 2257324eed
1 changed files with 1 additions and 1 deletions

View File

@ -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;