From: Brian Aker Date: Tue, 13 Dec 2011 03:17:43 +0000 (-0800) Subject: Fix sign issue X-Git-Tag: 1.0.3~3^2~2^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f9e87d61f6870b6ffbd83d9eaa81ee579d8c4964;p=awesomized%2Flibmemcached Fix sign issue --- diff --git a/tests/libmemcached-1.0/mem_functions.cc b/tests/libmemcached-1.0/mem_functions.cc index cf021afe..29009ce3 100644 --- a/tests/libmemcached-1.0/mem_functions.cc +++ b/tests/libmemcached-1.0/mem_functions.cc @@ -485,7 +485,7 @@ static test_return_t memcached_return_t_TEST(memcached_st *memc) 4159057246U, 3425930182U, 2593724503U, 1868899624U, 1769812374U, 2302537950U, 1110330676U, 3365377466U, 1336171666U, 3021258493U, 2334992265U, 3861994737U, - 3582734124, 3365377466U }; + 3582734124U, 3365377466U }; // You have updated the memcache_error messages but not updated docs/tests. for (int rc= int(MEMCACHED_SUCCESS); rc < int(MEMCACHED_MAXIMUM_RETURN); ++rc)