Fri Jan 16 13:42:21 CST 2009 Pekka Pessi <first.last@nokia.com>

* torture_heap.c: fixed warnings from function declarations



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11837 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-11 17:09:14 +00:00
parent 587408b8ce
commit 63ffde17b9
1 changed files with 4 additions and 4 deletions

View File

@ -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();