Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1892b562
Commit
1892b562
authored
Feb 27, 2014
by
antirez
Browse files
warnigns -> warnings in redisBitpos().
parent
2c8036f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bitops.c
View file @
1892b562
...
@@ -184,7 +184,7 @@ long redisBitpos(void *s, long count, int bit) {
...
@@ -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
/* 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. */
* the case of no match is handled as a special case before. */
redisPanic
(
"End of redisBitpos() reached."
);
redisPanic
(
"End of redisBitpos() reached."
);
return
0
;
/* Just to avoid warni
g
ns. */
return
0
;
/* Just to avoid warnin
g
s. */
}
}
/* -----------------------------------------------------------------------------
/* -----------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment