Aligned configure.ac with libdizzle and gearman.
[awesomized/libmemcached] / clients / utilities.c
index b9795246539156792616a4824658417d2aaa95f9..466c048543d100207ba08e2f0b569612ec6e4583 100644 (file)
@@ -47,6 +47,7 @@ static char *lookup_help(memcached_options option)
   case OPT_BINARY: return("Switch to binary protocol.");
   case OPT_ANALYZE: return("Analyze the provided servers.");
   case OPT_UDP: return("Use UDP protocol when communicating with server.");
+  default: WATCHPOINT_ASSERT(0);
   };
 
   WATCHPOINT_ASSERT(0);