Skip to content

Resolve more warnings #70943

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 9 commits into from
Jan 17, 2024
Merged

Resolve more warnings #70943

merged 9 commits into from
Jan 17, 2024

Conversation

tshortli
Copy link
Contributor

For explanations/justifications, see messages for individual commits.

Makes the BSD and `__APPLE__` branches consistent and suppresses the following
warning:

```
warning: pointer is missing a nullability type specifier
```
SwiftObject intentionally does not inherit from `NSObject`.
…ary.

ASL is deprecated in macOS 10.12. It may be time to transition to os_log now
that deployment targets have been raised to 10.12, but until that project
starts these warnings are just pollution.

Filed rdar://121066531 to track adoption of `os_log()` if appropriate.
ASL is deprecated in macOS 10.12. It may be time to transition to os_log now
that deployment targets have been raised to 10.12, but until that project
starts these warnings are just pollution.

Filed rdar://121076739 to track adoption of `os_log()` if appropriate.
@tshortli
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Contributor

@bnbarham bnbarham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 😍!

@tshortli tshortli enabled auto-merge January 16, 2024 23:25
@tshortli tshortli merged commit 05dbd05 into swiftlang:main Jan 17, 2024
@tshortli tshortli deleted the resolve-more-warnings branch January 17, 2024 02:09
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.

3 participants