Fix for most errors around non-block
[awesomized/libmemcached] / libmemcached / memcached_stats.c
index 1b5576e7f072a2bbe3e8f54ef7a80a7a51ba2b43..96f0eb1cfb7ebe28261b1d785c0fdf8f90c973bf 100644 (file)
@@ -394,7 +394,7 @@ memcached_return memcached_stat_servername(memcached_stat_st *stat, char *args,
   We make a copy of the keys since at some point in the not so distant future
   we will add support for "found" keys.
 */
-char ** memcached_stat_get_keys(memcached_st *ptr, memcached_stat_st *stat, 
+char ** memcached_stat_get_keys(memcached_st *ptr, memcached_stat_st *stat __attribute__((unused))
                                 memcached_return *error)
 {
   char **list;