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 warnings on all platforms for cygwin specific code. #6937

Merged
merged 1 commit into from Jan 20, 2017
Merged

Fix warnings on all platforms for cygwin specific code. #6937

merged 1 commit into from Jan 20, 2017

Conversation

hughbe
Copy link
Collaborator

@hughbe hughbe commented Jan 20, 2017

warning: declaration requires an exit-time destructor [-Wexit-time-destructors]
warning: declaration requires a global destructor [-Wglobal-constructors]

static std::mutex swiftOnceMutex is never used on non-Cygwin platforms

@hughbe
Copy link
Collaborator Author

hughbe commented Jan 20, 2017

@swift-ci please smoke test

@hughbe hughbe merged commit 229e2c3 into apple:master Jan 20, 2017
@hughbe hughbe deleted the cygwin-warnings branch January 20, 2017 14:29
@hughbe
Copy link
Collaborator Author

hughbe commented Jan 20, 2017

Merging, as doesn't affect OSX/Linux builds - only Windows

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.

None yet

1 participant