mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
sched: Remove the unnecessary cast from pid_t to int
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
07b0cd1cba
commit
a8e0a5faa4
@@ -294,7 +294,7 @@ int exec_module(FAR struct binary_s *binp,
|
||||
}
|
||||
#endif
|
||||
|
||||
return (int)pid;
|
||||
return pid;
|
||||
|
||||
errout_with_tcbinit:
|
||||
#ifndef CONFIG_BUILD_KERNEL
|
||||
|
||||
Reference in New Issue
Block a user