mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
fix compilation warning:
group/group_foreachchild.c:85:10: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized]
85 | return ret;
| ^~~
group/group_foreachchild.c:67:7: note: 'ret' was declared here
67 | int ret;
Signed-off-by: raiden00pl <raiden00@railab.me>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| group.h | ||
| group_childstatus.c | ||
| group_continue.c | ||
| group_create.c | ||
| group_foreachchild.c | ||
| group_free.c | ||
| group_getegid.c | ||
| group_geteuid.c | ||
| group_getgid.c | ||
| group_getuid.c | ||
| group_join.c | ||
| group_killchildren.c | ||
| group_leave.c | ||
| group_malloc.c | ||
| group_realloc.c | ||
| group_setegid.c | ||
| group_seteuid.c | ||
| group_setgid.c | ||
| group_setuid.c | ||
| group_setupidlefiles.c | ||
| group_setuptaskfiles.c | ||
| group_signal.c | ||
| group_suspendchildren.c | ||
| group_waiter.c | ||
| group_zalloc.c | ||
| Make.defs | ||