Skip to content

Disable C warnings #102

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

Conversation

erikd
Copy link
Contributor

@erikd erikd commented Mar 12, 2025

This disable 3 warnings. The second warning deprecated-declarations is probably the worst because it indicates that the OpenSSL C library intends to make the deprecated function inaccessible at some point in the future.

See: #95

This disable 3 warnings. The second warning `deprecated-declarations`
is probably the worst because it indicates that the OpenSSL C
library intends to make the deprecated function inaccessible at some
point in the future.

See: haskell-cryptography#95
@erikd
Copy link
Contributor Author

erikd commented Mar 12, 2025

Tests all pass locally.Not sure why the GHA is not running.

@Kleidukos Kleidukos merged commit 35f6c04 into haskell-cryptography:master Mar 12, 2025
1 check passed
@Kleidukos
Copy link
Member

@Kleidukos
Copy link
Member

Thanks again @erikd

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