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

Fix macOS build warnings #498

Merged
merged 4 commits into from
Nov 19, 2019
Merged

Conversation

tiwoc
Copy link

@tiwoc tiwoc commented Nov 19, 2019

When building barrier with Xcode 11.2.1 on macOS Catalina, there are a few warnings in the build output. The changes from this PR fix all of these without changing the app's behavior.

Member initializers are always run in the order defined in the header.
This commit reorders them in the implementation so that their order
reflects their execution order.
@AdrianKoshka AdrianKoshka merged commit 1246ec3 into debauchee:master Nov 19, 2019
@tiwoc tiwoc deleted the fix-macos-warnings branch November 19, 2019 15:15
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