Commit 38076fd6 authored by antirez's avatar antirez
Browse files

cast raxSize() to avoid warning with format spec.

parent 1d13ff0b
...@@ -3981,7 +3981,7 @@ sds genRedisInfoString(const char *section) { ...@@ -3981,7 +3981,7 @@ sds genRedisInfoString(const char *section) {
maxin, maxout, maxin, maxout,
server.blocked_clients, server.blocked_clients,
server.tracking_clients, server.tracking_clients,
raxSize(server.clients_timeout_table)); (unsigned long long) raxSize(server.clients_timeout_table));
} }
/* Memory */ /* Memory */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment