forked from Mirrors/freeswitch
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:
parent
587408b8ce
commit
63ffde17b9
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user