forked from Imagelibrary/rtems
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp31/task1.c: Make Do_nothing static. * sprbtree01/init.c: Make test_compare_function, rb_assert static.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* sp31/task1.c: Make Do_nothing static.
|
||||
* sprbtree01/init.c: Make test_compare_function, rb_assert static.
|
||||
|
||||
2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* spwkspace/init.c: Test _Workspace_String_duplicate().
|
||||
|
||||
@@ -32,7 +32,7 @@ rtems_timer_service_routine Should_not_fire_TSR(
|
||||
TSR_fired = 1;
|
||||
}
|
||||
|
||||
rtems_timer_service_routine Do_nothing(
|
||||
static rtems_timer_service_routine Do_nothing(
|
||||
rtems_id ignored_id,
|
||||
void *ignored_address
|
||||
)
|
||||
|
||||
@@ -27,7 +27,7 @@ typedef struct {
|
||||
rtems_rbtree_node Node;
|
||||
} test_node;
|
||||
|
||||
int test_compare_function (
|
||||
static int test_compare_function (
|
||||
rtems_rbtree_node* n1,
|
||||
rtems_rbtree_node* n2
|
||||
)
|
||||
@@ -44,7 +44,7 @@ int test_compare_function (
|
||||
* recursively checks tree. if the tree is built properly it should only
|
||||
* be a depth of 7 function calls for 100 entries in the tree.
|
||||
*/
|
||||
int rb_assert ( rtems_rbtree_node *root )
|
||||
static int rb_assert ( rtems_rbtree_node *root )
|
||||
{
|
||||
int lh, rh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user