X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=f223ae6fd0d4ca6ede0fb67fb6f6e8cbc6248e84;hb=07e0de42263978e78c08a2663425f7e6f16f6c7e;hp=52f46b40562fc55b1bcc5b4b79ea1944de643cd8;hpb=9c7e4d791a127f8ae46aaddc531319da1f34b5ba;p=awesomized%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index 52f46b40..f223ae6f 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -71,9 +71,10 @@ static const char *lookup_help(memcached_options option) void help_command(const char *command_name, const char *description, const struct option *long_options, - memcached_programs_help_st *options __attribute__((unused))) + memcached_programs_help_st *options) { unsigned int x; + (void)options; printf("%s v%u.%u\n\n", command_name, 1U, 0U); printf("\t%s\n\n", description);