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

PackagePlugin: silence a deprecation warning on Windows #7109

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

compnerd
Copy link
Member

Prefer to use the microsoft recommended function for errno string description conversion. This silences a warning and relies on "safer" alternatives (at least ones which will not use a global shared buffer).

Prefer to use the microsoft recommended function for errno string
description conversion. This silences a warning and relies on "safer"
alternatives (at least ones which will not use a global shared buffer).
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit a416756 into swiftlang:main Nov 27, 2023
@compnerd compnerd deleted the thread-safe branch November 27, 2023 05:18
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