-
Notifications
You must be signed in to change notification settings - Fork 805
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 warnings when compiling the source code #4036
Fix warnings when compiling the source code #4036
Conversation
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.
context-key-types should change, but the err-returns look good. and thank you!
d42a76e
to
4e99dcb
Compare
Well that's not a very clear error :\
mind merging master / rebasing? I wonder if something is conflicting. |
4b7d7f2
to
de9b6b6
Compare
@Groxx I have merged and rebased the master, it seems no conflict was found. : ) |
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.
Thanks for the contribution, and all the changes!
**What changed?** Fix some warnings when `make bins` **Why?** The suggestion was reasonable, so we should fix it as we can **How did you test it?** * `make bins` to check whether those warnings were disappeared or not * make test **Potential risks** no
What changed?
Fix some warnings when
make bins
Why?
The suggestion was reasonable, so we should fix it as we can
How did you test it?
make bins
to check whether those warnings were disappeared or notPotential risks
no