forked from twitter/twemproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add miscellaneous tests, fix compilation warnings
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.
- Loading branch information
1 parent
f46d1b8
commit cfeb446
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters