Skip to content

{bp-18592} sched/group_foreachchild.c: fix warning#18635

Merged
xiaoxiang781216 merged 1 commit into
apache:releases/12.13from
jerpelea:bp-18592
Mar 27, 2026
Merged

{bp-18592} sched/group_foreachchild.c: fix warning#18635
xiaoxiang781216 merged 1 commit into
apache:releases/12.13from
jerpelea:bp-18592

Conversation

@jerpelea
Copy link
Copy Markdown
Contributor

Summary

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;

Impact

RELEASE

Testing

CI

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>
@github-actions github-actions Bot added Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small labels Mar 27, 2026
@xiaoxiang781216 xiaoxiang781216 merged commit c0d6939 into apache:releases/12.13 Mar 27, 2026
3 checks passed
@jerpelea jerpelea deleted the bp-18592 branch May 20, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants