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

Add -Wno-missing-braces #4733

Merged
merged 1 commit into from Nov 17, 2019
Merged

Add -Wno-missing-braces #4733

merged 1 commit into from Nov 17, 2019

Conversation

emersion
Copy link
Member

-Wmissing-braces makes it annoying to zero-initialize structs with = {0}
when the first field is a struct. See for instance 1.

-Wmissing-braces makes it annoying to zero-initialize structs with = {0}
when the first field is a struct. See for instance [1].

[1]: https://builds.sr.ht/~sircmpwn/job/110425
@emersion emersion mentioned this pull request Nov 17, 2019
@emersion emersion merged commit cb905ef into swaywm:master Nov 17, 2019
@emersion emersion deleted the no-missing-braces branch November 17, 2019 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants