mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
warnigns -> warnings in redisBitpos().
This commit is contained in:
parent
0e31eaa27f
commit
76a6e82d89
@ -184,7 +184,7 @@ long redisBitpos(void *s, long count, int bit) {
|
||||
/* If we reached this point, there is a bug in the algorithm, since
|
||||
* the case of no match is handled as a special case before. */
|
||||
redisPanic("End of redisBitpos() reached.");
|
||||
return 0; /* Just to avoid warnigns. */
|
||||
return 0; /* Just to avoid warnings. */
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user