From 86ef5d2668e4d569b5d3ff949187f590ba73a308 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Sun, 27 Jul 2014 17:23:51 -0500 Subject: [PATCH] trivial compiler fix --- src/switch_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_utils.c b/src/switch_utils.c index 6e7dfeacc3..2dc4144e64 100644 --- a/src/switch_utils.c +++ b/src/switch_utils.c @@ -2757,7 +2757,7 @@ SWITCH_DECLARE(int) switch_wait_socklist(switch_waitlist_t *waitlist, uint32_t l fd_set *wfds; fd_set *efds; struct timeval tv; - int i; + unsigned int i; switch_os_socket_t max_fd = 0; int flags = 0;