From 1b399d3cf2b01179322abd7a614cd12786e6410a Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Fri, 4 May 2012 08:44:38 -0500 Subject: [PATCH] FS-4184 --resolve --- src/switch_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_event.c b/src/switch_event.c index 2203313191..e63ae74b3f 100644 --- a/src/switch_event.c +++ b/src/switch_event.c @@ -471,7 +471,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_reserve_subclass_detailed(const cha SWITCH_DECLARE(void) switch_core_memory_reclaim_events(void) { - int index; + unsigned int index; for (index = 0; index < SOFT_MAX_DISPATCH; index++) { if (EVENT_DISPATCH_QUEUE[index]) {