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

Add miscellaneous tests, fix compilation warnings #641

Merged
merged 1 commit into from
Jul 4, 2021

Conversation

TysonAndre
Copy link
Collaborator

Warn about strdup being missing during configure for libyaml.
(I was checking compatibility with older gcc and should have
used -std=gnu99, not -std=c99)

Avoid warning about pointer type casts and fallthrough.

Add tests of remaining supported hash functions being compatible with
libmemcached results.

Warn about `strdup` being missing during `configure` for libyaml.
(I was checking compatibility with older gcc and should have
used `-std=gnu99`, not `-std=c99`)

Avoid warning about pointer type casts and fallthrough.

Add tests of remaining supported hash functions being compatible with
libmemcached results.
@TysonAndre TysonAndre merged commit 329e1ab into master Jul 4, 2021
@TysonAndre TysonAndre deleted the tests-compilation-misc branch July 4, 2021 23:32
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.

1 participant