mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 03:01:20 +00:00
removed a number of stupid compilation warnings on Linux
This commit is contained in:
@ -538,7 +538,8 @@ void printErrorStack(entry *e) {
|
||||
|
||||
/* display error stack */
|
||||
for (i = 0; i < errors.level; i++) {
|
||||
printf("0x%08lx - %s\n", errors.offset[i], errors.error[i]);
|
||||
printf("0x%08lx - %s\n",
|
||||
(unsigned long) errors.offset[i], errors.error[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user