Skip to content

NFC: fix stdlib compilation warning. #31509

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
May 5, 2020

Conversation

dan-zheng
Copy link
Contributor

Remove extraneous @usableFromInline attribute.
Silences warning:

swift/stdlib/public/Darwin/Foundation/Data.swift:1419:9: warning: '@inlinable' declaration is already '@usableFromInline'
        @usableFromInline
        ^~~~~~~~~~~~~~~~~

Remove extraneous `@usableFromInline` attribute.
@dan-zheng dan-zheng requested a review from compnerd May 2, 2020 22:25
@dan-zheng
Copy link
Contributor Author

@swift-ci Please smoke test

@compnerd
Copy link
Member

compnerd commented May 2, 2020

CC: @karoy

@dan-zheng
Copy link
Contributor Author

Did you mean to cc @lorentey? 🙂

@dan-zheng
Copy link
Contributor Author

I'm pretty sure this change is NFC, so I'll merge now to silence the warning.

@dan-zheng dan-zheng merged commit 99e4918 into swiftlang:master May 5, 2020
@dan-zheng dan-zheng deleted the silence-warnings branch May 5, 2020 07: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