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 a gcc-8 warning -Wcast-function-type #6027

Conversation

bernd-edlinger
Copy link
Member

Casting to the generic function type "void (*)(void)"
prevents the warning.

Backport of #5816

Casting to the generic function type "void (*)(void)"
prevents the warning.

Backport of openssl#5816
@levitte levitte added the approval: done This pull request has the required number of approvals label Apr 20, 2018
levitte pushed a commit that referenced this pull request Apr 20, 2018
Casting to the generic function type "void (*)(void)"
prevents the warning.

Backport of #5816

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #6027)
@bernd-edlinger
Copy link
Member Author

Merged to 1.1.0
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants