X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=clients%2Futilities.cc;h=79f2f2aebcda1560a4750bc7f11175924fa1d0d3;hb=2be01b67cdfd2cda7f623492650898896f57e978;hp=58717a94c5b10f4c0601987839107bee2d92f398;hpb=d2e05058ca75cce6575dd2ee49e7743200581955;p=awesomized%2Flibmemcached diff --git a/clients/utilities.cc b/clients/utilities.cc index 58717a94..79f2f2ae 100644 --- a/clients/utilities.cc +++ b/clients/utilities.cc @@ -13,6 +13,7 @@ #include #include +#include #include #include #include @@ -101,10 +102,11 @@ static const char *lookup_help(memcached_options option) case OPT_PASSWD: return "Password to use for SASL authentication"; case OPT_FILE: return "Path to file in which to save result"; case OPT_STAT_ARGS: return "Argument for statistics"; - default: WATCHPOINT_ASSERT(0); + default: + break; }; - WATCHPOINT_ASSERT(0); + assert(0); return "forgot to document this function :)"; }