devilhorns pushed a commit to branch master.

http://git.enlightenment.org/apps/express.git/commit/?id=5c912b17cf95449fe9effdc8fa725b6cb0452598

commit 5c912b17cf95449fe9effdc8fa725b6cb0452598
Author: Christopher Michael <[email protected]>
Date:   Mon Feb 1 09:38:16 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 9ef69ad..adc5221 100644
--- a/src/bin/callbacks.c
+++ b/src/bin/callbacks.c
@@ -397,7 +397,7 @@ _callback_user_nick(Express_Network *net EINA_UNUSED, const 
char *event EINA_UNU
 }
 
 void
-_callback_user_mode(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)
+_callback_user_mode(Express_Network *net EINA_UNUSED, const char *event 
EINA_UNUSED, const char *source EINA_UNUSED, const char **params, unsigned int 
count EINA_UNUSED, void *data EINA_UNUSED)
 {
    char user[PATH_MAX];
    int crlf = 0, lf = 0;

-- 


Reply via email to