From 1019ae4c4dd2b481f3cf6ff493503eafda90b88d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Jan 1997 16:20:47 +0000 Subject: added some casts to reduce warnings reported by users with Microtec C++ compiler. --- cpukit/score/src/threadmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/threadmp.c') diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c index 31f7e5ff62..ac45399c66 100644 --- a/cpukit/score/src/threadmp.c +++ b/cpukit/score/src/threadmp.c @@ -132,7 +132,7 @@ restart: !_Chain_Is_tail( &_Thread_MP_Active_proxies, proxy_node ) ; ) { - the_thread = _Addresses_Subtract_offset( + the_thread = (Thread_Control *) _Addresses_Subtract_offset( proxy_node, _Thread_MP_Proxy_Active_offset ); -- cgit v1.2.3