X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmem_functions.c;h=815f77b73036009fd6b85358f68e00a922be0fb8;hb=648b04703e752c8146f42c913b7f25ce7eca2196;hp=9b050560cfabdece4de155d527a3ac6616d913f7;hpb=36e8b818f50d7b5f6daed3e7e22ebc181adf1954;p=awesomized%2Flibmemcached diff --git a/tests/mem_functions.c b/tests/mem_functions.c index 9b050560..815f77b7 100644 --- a/tests/mem_functions.c +++ b/tests/mem_functions.c @@ -4490,7 +4490,7 @@ static test_return_t replication_randomize_mget_test(memcached_st *memc) const char *keys[]= { "key1", "key2", "key3", "key4", "key5", "key6", "key7" }; size_t len[]= { 4, 4, 4, 4, 4, 4, 4 }; - for (int x=0; x< 7; ++x) + for (size_t x= 0; x< 7; ++x) { rc= memcached_set(memc, keys[x], len[x], "1", 1, 0, 0); test_true(rc == MEMCACHED_SUCCESS);