Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys_init: Fix missing initializer #67217

Closed
wants to merge 1 commit into from

Conversation

yperess
Copy link
Collaborator

@yperess yperess commented Jan 4, 2024

When compiling in c++ with strict warnings, the missing initializer to dev throws an error.

Fixes #67396

When compiling in c++ with strict warnings, the missing initializer to
dev throws an error.

Signed-off-by: Yuval Peress <[email protected]>
@yperess yperess changed the title cpp: Fix missing initializer sys_init: Fix missing initializer Jan 9, 2024
@fabiobaltieri
Copy link
Member

Is this needed after #68125?

@yperess
Copy link
Collaborator Author

yperess commented Jan 31, 2024

Fixed in #68125

@yperess yperess closed this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error compiling C++ with flag (-Wmissing-field-initializers)
5 participants