]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fri Jan 16 13:42:21 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:09:14 +0000 (17:09 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:09:14 +0000 (17:09 +0000)
  * 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

index 3811e297d31f42aa724ab6c9c0d945f1683d4ba3..89d5fb22b1f0750fa2633532818264979a5d2b75 100644 (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();