Update to support new warnings.
[m6w6/libmemcached] / libtest / http.cc
index d7faf19d90d44508feea535e04ff565d5b26f158..9933e12f54eb4ac463c964d3e7e69dbd09b39db4 100644 (file)
@@ -96,6 +96,8 @@ extern "C" size_t
 
 static void init(CURL *curl, const std::string& url)
 {
+  (void)curl;
+  (void)url;
   if (HAVE_LIBCURL)
   {
 #if defined(HAVE_LIBCURL) && HAVE_LIBCURL