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

http: fix compiler warning #1037

Merged
merged 1 commit into from
Jun 20, 2024
Merged

http: fix compiler warning #1037

merged 1 commit into from
Jun 20, 2024

Conversation

talex5
Copy link
Contributor

@talex5 talex5 commented Jun 14, 2024

OCaml 5.2 complains:

Error (warning 53 [misplaced-attribute]): the "deprecated" attribute cannot appear in this context

I'm not sure I understand what the deprecation message is asking the user to do, but I hope it still makes as much sense as before when attached to the function.

The attribute was added in #831.

OCaml 5.2 complains:

    Error (warning 53 [misplaced-attribute]): the "deprecated" attribute cannot appear in this context
@talex5 talex5 force-pushed the fix-deprecation branch from 0f3f562 to b7d5cac Compare June 14, 2024 12:46
@samoht samoht merged commit 935db5f into mirage:master Jun 20, 2024
2 of 19 checks passed
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