xmr-stak icon indicating copy to clipboard operation
xmr-stak copied to clipboard

Fix: "invalid conversion from ‘int" when compiling version 1.0.5 (mic…

Open DGdev91 opened this issue 4 years ago • 1 comments

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 avatar Sep 04 '20 01:09 DGdev91

thanks for the fix, I had the same problem on Debian 10 and it worked like a charm !

superzerg avatar Nov 05 '20 17:11 superzerg