On 15/9/20 7:04 pm, Aschref Ben-Thabet wrote:
> From: Aschref Ben Thabet
>
> Change the function ctrace_task_name_add() to take the variable name as
> a value instead a pointer.
> It avoids the warning and solve the issue.
What warning?
Chris
___
deve
From: Aschref Ben Thabet
Change the function ctrace_task_name_add() to take the variable name as
a value instead a pointer.
It avoids the warning and solve the issue.
---
cpukit/libmisc/capture/capture_support.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/cpukit/l