Skip to content

Fix missing field initializers#3276

Merged
andypugh merged 1 commit intoLinuxCNC:masterfrom
BsAtHome:fix_missing-field-initializers
Jan 15, 2025
Merged

Fix missing field initializers#3276
andypugh merged 1 commit intoLinuxCNC:masterfrom
BsAtHome:fix_missing-field-initializers

Conversation

@BsAtHome
Copy link
Contributor

Many initialization were incomplete, only partially filling all the fields. However, compiling with -Wmissing-field-initializers (part of -Wextra) will result in many, many warnings.

This PR fixes these warnings by adjusting the initialization to include all necessary fields.

@andypugh andypugh merged commit a26b005 into LinuxCNC:master Jan 15, 2025
10 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.

2 participants