From a21507a60add337a1f4eb41b6101f0528016e8a4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 3 May 2006 19:10:41 +0000 Subject: suppress a compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24534 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_realtime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'funcs') diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c index aca472dec..b974c290b 100644 --- a/funcs/func_realtime.c +++ b/funcs/func_realtime.c @@ -52,11 +52,10 @@ static char *tdesc = "Read/Write values from a RealTime repository"; static int function_realtime_read(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len) { - struct ast_variable *var, *head; struct localuser *u; char *results; - unsigned int resultslen=0; + size_t resultslen = 0; AST_DECLARE_APP_ARGS(args, AST_APP_ARG(family); -- cgit v1.2.3