mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 10:41:22 +00:00
Remove warnings and improve integer sign correctness.
This commit is contained in:
@ -212,7 +212,7 @@ int luaRedisGenericCommand(lua_State *lua, int raise_error) {
|
||||
static robj **argv = NULL;
|
||||
static int argv_size = 0;
|
||||
static robj *cached_objects[LUA_CMD_OBJCACHE_SIZE];
|
||||
static int cached_objects_len[LUA_CMD_OBJCACHE_SIZE];
|
||||
static size_t cached_objects_len[LUA_CMD_OBJCACHE_SIZE];
|
||||
|
||||
/* Require at least one argument */
|
||||
if (argc == 0) {
|
||||
|
Reference in New Issue
Block a user