Re: [PATCH] cpukit/libmisc/capture: Fix unaligned pointer value warning

2020-09-15 Thread Chris Johns
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

[PATCH] cpukit/libmisc/capture: Fix unaligned pointer value warning

2020-09-15 Thread Aschref Ben-Thabet
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