-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Fix: warning pedantic empty init #1596
Fix: warning pedantic empty init #1596
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good - there's only one thing we spotted in review and then we can merge this as it's a fairly mechanical change that doesn't impact how this code all works.
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
ISO C forbids empty initializer braces before C2X
88dfd52
to
f4b2d44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, merging!
Detailed description
Fix (some) warnings for
-Wpedantic
See #1590 for context
Your checklist for this pull request
make PROBE_HOST=native
)make PROBE_HOST=hosted
)Closing issues