Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Stop complaints of -Wmissing-field-initializers #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

denchat
Copy link

@denchat denchat commented Oct 19, 2020

-Wextra triggers -Wmissing-field-initializers that complains the rest of fields missing.
This also could better be resolved with the designated initialization feature of c++20.
Perhaps __cplusplus >= 202010L ?

`-Wextra` triggers `-Wmissing-field-initializers` that complains the rest of fields missing.
This also could better be resolved with the designated initialization feature of c++20.
Perhaps __cplusplus >= 202010L ?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant