-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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 arch/gcc7 compile errors #42
base: master
Are you sure you want to change the base?
Fix arch/gcc7 compile errors #42
Conversation
Thanks for this patch. |
Typo in 506c17e , Cryptoupnpc-static should be Crypto upnpc-static Thanks a lot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
What checks are left to accept this PR? |
not sure |
Thia is fixed now ;-) |
errr how about blockexplorer anyone got it. or i need make issue for gcc6?
…On Feb 1, 2018 2:47 PM, "PHFirecoin" ***@***.***> wrote:
Thia is fixed now ;-)
Do not ignore this part and don't throw code to make the compiler ignore
it.
Make the code right ;-)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK51teBzqsFyMzuuKY67Xugm5EvtG9o3ks5tQVAHgaJpZM4N-Hoz>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Can you throw in the Mac fix? #31
This is fixing few issues people have when trying to compile under Arch Linux with gcc6 or 7. The one in
src/crypto/crypto.cpp
is the interesting one as many people weren't able to fix it.