forked from Imagelibrary/rtems
score: Fix set but not used warning
This commit is contained in:
@@ -531,7 +531,7 @@ static bool _Thread_queue_MP_set_callout(
|
|||||||
the_proxy = (Thread_Proxy_control *) the_thread;
|
the_proxy = (Thread_Proxy_control *) the_thread;
|
||||||
mp_callout = queue_context->mp_callout;
|
mp_callout = queue_context->mp_callout;
|
||||||
_Assert( mp_callout != NULL );
|
_Assert( mp_callout != NULL );
|
||||||
the_proxy->thread_queue_callout = queue_context->mp_callout;
|
the_proxy->thread_queue_callout = mp_callout;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user