Update for mingw compile.
[awesomized/libmemcached] / libmemcached / do.cc
index ef63927b55e01fd294bfc4c91ff3869a58250acb..c9d8e7e54c2e1d2bdda77d984633e727f4ddadc9 100644 (file)
@@ -57,6 +57,9 @@ static memcached_return_t _vdo_udp(org::libmemcached::Instance* instance,
 
   return MEMCACHED_SUCCESS;
 #else
+  (void)instance;
+  (void)vector;
+  (void)count;
   return MEMCACHED_FAILURE;
 #endif
 }