Skip to content

ini: fix maybe-uninitialized warning#3931

Merged
BsAtHome merged 1 commit intoLinuxCNC:masterfrom
BsAtHome:fix_inifile-warning
Apr 12, 2026
Merged

ini: fix maybe-uninitialized warning#3931
BsAtHome merged 1 commit intoLinuxCNC:masterfrom
BsAtHome:fix_inifile-warning

Conversation

@BsAtHome
Copy link
Copy Markdown
Contributor

@BsAtHome BsAtHome commented Apr 12, 2026

Unfortunately, this uninitialized warning was not caught on Debian 11, 12 or 13 before it was merged. It is a gcc false positive breaking CI.

Now, with -Werror in place, the build fails. This fixes that. However, it does show that it works :-)

[we may see more of these problems when merging PRs that are from before the #3913 change]

@BsAtHome BsAtHome merged commit a2a929c into LinuxCNC:master Apr 12, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant