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 compiler warnings #467

Closed
wants to merge 1 commit into from
Closed

Conversation

rkalidas
Copy link
Contributor

Compiler complains about missing prototype and undefined macros. It turns into an error when -Werror is turned on and the compilation aborts.

@hawicz
Copy link
Member

hawicz commented Dec 18, 2018

I'm not merging this because:

  • lh_char_equal() and lh_ptr_equal should not be exposed in the header file
  • Unconditionally defining HAVE_RDRAND and HAVE_CRYPTGENRANDOM will cause errors when one of the cases where we have an implementation is triggered.
  • If you're going to add "void" to function definitions, don't just pick a few, update them all.

@hawicz hawicz closed this Dec 18, 2018
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.

None yet

2 participants