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: "invalid conversion from ‘int" when compiling version 1.0.5 (microhttpd 0.9.71) #2688

Closed
wants to merge 4 commits into from

Conversation

DGdev91
Copy link

@DGdev91 DGdev91 commented Sep 4, 2020

Had issue compiling on ArchLinux, i currently have microhttpd 0.9.71.
Seems like i'm not the only one, there's an open issue complaining for the same problem #2685

Using the MHD_Result enum instead of "int" solved the problem (still had to make a static cast for MHD_digest_auth_check, which returns an int)

@DGdev91
Copy link
Author

DGdev91 commented Sep 4, 2020

The pach was intended for xmr-stak-rx, i made a pull request for the right branch. #2689

But actually the code looks the same, probably is useful on the main branch too

@DGdev91 DGdev91 closed this by deleting the head repository May 2, 2023
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