X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Fstorage.c;h=1fb79730eba16436ee2257d1e18efb20518d0a6b;hb=aa431d73f34773d6a4b7fc104f9bd7ae0384e094;hp=84894476fe7cbc0eff1d6a8edaa1a9a812691140;hpb=7ed5aa2c6673ab92559e52a29e83c0a44f3beebc;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 */ }