NSH: Eliminate a warning about discarding const
This commit is contained in:
parent
f48b3c73b0
commit
b1230ce87a
@ -235,8 +235,8 @@ static void nsh_parse_statusline(FAR char *line,
|
|||||||
}
|
}
|
||||||
else if (strncmp(line, g_priority, strlen(g_priority)) == 0)
|
else if (strncmp(line, g_priority, strlen(g_priority)) == 0)
|
||||||
{
|
{
|
||||||
FAR char *ptr =
|
FAR char *ptr = nsh_trimspaces(&line[12]);
|
||||||
status->td_priority = nsh_trimspaces(&line[12]);
|
status->td_priority = ptr;
|
||||||
|
|
||||||
/* If priority inheritance is enabled, use current pri, ignore base */
|
/* If priority inheritance is enabled, use current pri, ignore base */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user