Silence different signs comparison warning in sds.c.

This commit is contained in:
antirez 2014-06-23 11:50:24 +02:00
parent 5c7286efbd
commit be8f4d49d4
2 changed files with 2 additions and 2 deletions

2
deps/hiredis/sds.c vendored
View File

@ -457,7 +457,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
i = initlen; /* Position of the next byte to write to dest str. */
while(*f) {
char next, *str;
size_t l;
int l;
long long num;
unsigned long long unum;

View File

@ -457,7 +457,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
i = initlen; /* Position of the next byte to write to dest str. */
while(*f) {
char next, *str;
size_t l;
int l;
long long num;
unsigned long long unum;