From 852d7059b6cbad029a8d18786d2aca30be95b706 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 Jul 2017 09:15:04 +0200 Subject: score: Fix warning Update #3059. --- cpukit/score/src/schedulergetaffinity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/src/schedulergetaffinity.c b/cpukit/score/src/schedulergetaffinity.c index 8425a7fcf6..b405d2ba1f 100644 --- a/cpukit/score/src/schedulergetaffinity.c +++ b/cpukit/score/src/schedulergetaffinity.c @@ -26,7 +26,7 @@ bool _Scheduler_Get_affinity( { const Scheduler_Control *scheduler; ISR_lock_Context lock_context; - Processor_mask *affinity; + const Processor_mask *affinity; Processor_mask_Copy_status status; scheduler = _Thread_Scheduler_get_home( the_thread ); -- cgit v1.2.3