mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +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
+1
-1
@@ -430,7 +430,7 @@ static void memdump_handler(FAR void *ptr, size_t size, int used,
|
||||
# endif
|
||||
|
||||
syslog(LOG_INFO, "%6d%12zu%12lu%*p%s\n",
|
||||
(int)buf->pid, size, buf->seqno, MM_PTR_FMT_WIDTH,
|
||||
buf->pid, size, buf->seqno, MM_PTR_FMT_WIDTH,
|
||||
ptr, tmp);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user