提交 63ffde17 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 587408b8
......@@ -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();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论