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