Skip to content

Android: remove build flags that are no longer needed and force unwrap dlerror() #8438

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

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

finagolfin
Copy link
Member

Removing the definition of _GNU_SOURCE is no longer needed since swiftlang/swift-tools-support-core#500 made sure the right strerror_r() is used, and dlerror() has to be unwrapped because of its _Nullable annotation.

…p dlerror()

Removing the definition of `_GNU_SOURCE` is no longer needed since
swiftlang/swift-tools-support-core#500 made sure the right `strerror_r()` is
used, and `dlerror()` has to be unwrapped because of its `_Nullable` annotation.
@finagolfin
Copy link
Member Author

@swift-ci please test

@finagolfin
Copy link
Member Author

@swift-ci test self hosted windows

@finagolfin finagolfin merged commit c4f0e4b into swiftlang:main Apr 2, 2025
6 checks passed
@finagolfin finagolfin deleted the droid branch April 2, 2025 13:20
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