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 from Swift 5.4 compiler #2611

Merged
merged 1 commit into from
Apr 28, 2021
Merged

Fix warnings from Swift 5.4 compiler #2611

merged 1 commit into from
Apr 28, 2021

Conversation

kemchenj
Copy link
Contributor

@kemchenj kemchenj commented Apr 27, 2021

Fixes the following warnings now produced by the Swift 5.4 compiler:

warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
public protocol Extendable: class {
                            ^~~~~
                            AnyObject

@kemchenj kemchenj changed the title Fix annoying warnings Fix warnings Apr 27, 2021
@0xTim 0xTim changed the title Fix warnings Fix warnings from Swift 5.4 compiler Apr 28, 2021
@0xTim 0xTim added the semver-patch Internal changes only label Apr 28, 2021
Copy link
Member

@0xTim 0xTim left a comment

Choose a reason for hiding this comment

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

Thanks!

@0xTim 0xTim merged commit 338c4be into vapor:main Apr 28, 2021
@VaporBot
Copy link
Contributor

These changes are now available in 4.44.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch Internal changes only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants