From 63ffde17b9750ec1d987164f098b07e74451a796 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 11 Feb 2009 17:09:14 +0000 Subject: [PATCH] Fri Jan 16 13:42:21 CST 2009 Pekka Pessi * torture_heap.c: fixed warnings from function declarations git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11837 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/libsofia-sip-ua/su/torture_heap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/sofia-sip/libsofia-sip-ua/su/torture_heap.c b/libs/sofia-sip/libsofia-sip-ua/su/torture_heap.c index 3811e297d3..89d5fb22b1 100644 --- a/libs/sofia-sip/libsofia-sip-ua/su/torture_heap.c +++ b/libs/sofia-sip/libsofia-sip-ua/su/torture_heap.c @@ -127,7 +127,7 @@ void test_sort(int *array, size_t r, size_t N) su_smoothsort(array, r, N, int_less, int_swap); } -int test_smooth_sort() +int test_smooth_sort(void) { BEGIN(); @@ -179,7 +179,7 @@ int test_smooth_sort() END(); } -int test_value() +int test_value(void) { BEGIN(); @@ -302,7 +302,7 @@ int test_value() END(); } -int test_ref() +int test_ref(void) { BEGIN(); @@ -467,7 +467,7 @@ int test_ref() END(); } -int test_triplet() +int test_triplet(void) { BEGIN();