From e879c2850baee41429db1ed400f01c0faae59483 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 22 Apr 2013 18:33:02 +0000 Subject: - Fixed some compile warnings git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1845 82007160-df01-0410-b94d-b575c5fd34c7 --- src/watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/watch.c b/src/watch.c index 2384849..63af093 100644 --- a/src/watch.c +++ b/src/watch.c @@ -82,7 +82,7 @@ watch_count_memory(unsigned int *const count, uint64_t *const memory) * \param reply numeric to send. Either RPL_LOGON or RPL_LOGOFF */ void -watch_check_hash(struct Client *client_p, int reply) +watch_check_hash(struct Client *client_p, unsigned int reply) { struct Watch *anptr = NULL; dlink_node *ptr = NULL; -- cgit