X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=example%2Fstorage.c;h=1fb79730eba16436ee2257d1e18efb20518d0a6b;hb=59ad897e1dc57a9889a486794d8522fffb3a8139;hp=84894476fe7cbc0eff1d6a8edaa1a9a812691140;hpb=2fc27acf7d450bbae9e90467f5931dece550d3fb;p=m6w6%2Flibmemcached diff --git a/example/storage.c b/example/storage.c index 84894476..1fb79730 100644 --- a/example/storage.c +++ b/example/storage.c @@ -165,7 +165,8 @@ void update_cas(struct item* item) item->cas= ++cas; } -void release_item(struct item* item __attribute__((unused))) +void release_item(struct item* item) { + (void)item; /* EMPTY */ }