From 6ab91d97248df6d429b5bd141f3873d6c516ee4d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 20 Jan 1998 20:32:15 +0000 Subject: Removed warning per Chris Johns' suggestion. --- cpukit/score/inline/rtems/score/object.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/inline/rtems') diff --git a/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl index ab5d257ea6..3b4cf757b4 100644 --- a/cpukit/score/inline/rtems/score/object.inl +++ b/cpukit/score/inline/rtems/score/object.inl @@ -236,7 +236,7 @@ RTEMS_INLINE_ROUTINE void _Objects_Close( unsigned32 index; index = _Objects_Get_index( the_object->id ); - information->local_table[ index ] = NULL; + information->local_table[ index ] = (Objects_Control *) NULL; _Objects_Clear_name( the_object->name, information->name_length ); } -- cgit v1.2.3