X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.c;h=2fcc0790da7a260910c3ddb0036d5cf0ed4479d8;hb=31ed3cfdb9f1b7cf00a93dfefbe067b468a67507;hp=f52abfa2c8dc0b5e3d5b23b9624c65da864bcaba;hpb=da1be05d0e6fed21a14201dcea0dc2c71498bd74;p=m6w6%2Flibmemcached diff --git a/example/interface_v1.c b/example/interface_v1.c index f52abfa2..2fcc0790 100644 --- a/example/interface_v1.c +++ b/example/interface_v1.c @@ -65,7 +65,8 @@ static protocol_binary_response_status append_handler(const void *cookie, const void* val, uint32_t vallen, uint64_t cas, - uint64_t *result_cas) { + uint64_t *result_cas) +{ (void)cookie; protocol_binary_response_status rval= PROTOCOL_BINARY_RESPONSE_SUCCESS;