]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6271 damn these would'nt show up at the same time
authorJeff Lenk <jeff@jefflenk.com>
Thu, 27 Feb 2014 02:23:39 +0000 (20:23 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 27 Feb 2014 02:23:39 +0000 (20:23 -0600)
src/switch_profile.c

index 84fed77e3d7311c92c28b8699072fad2850e54f9..11f76ba1cf174e0f489e6445186671bcb7517f39 100644 (file)
@@ -302,7 +302,7 @@ SWITCH_DECLARE(switch_bool_t) switch_get_system_idle_time(switch_profile_timer_t
 
 SWITCH_DECLARE(switch_profile_timer_t *)switch_new_profile_timer(void)
 {
-  int x;
+  unsigned int x;
   switch_profile_timer_t *p = calloc(1, sizeof(switch_profile_timer_t));
 
   if ( runtime.cpu_idle_smoothing_depth && runtime.cpu_idle_smoothing_depth > 0 ) {