mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
Remove warnings and improve integer sign correctness.
This commit is contained in:
@ -37,6 +37,7 @@
|
||||
|
||||
/* Dictionary type for latency events. */
|
||||
int dictStringKeyCompare(void *privdata, const void *key1, const void *key2) {
|
||||
REDIS_NOTUSED(privdata);
|
||||
return strcmp(key1,key2) == 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user