Update to support new warnings.
[m6w6/libmemcached] / libtest / drizzled.cc
index 70eca0268591f8efbe511044e7d687fdbee4c64c..49fe29699f2843984988d8c8ec56515f8afd41f6 100644 (file)
@@ -70,6 +70,7 @@ using namespace libtest;
 namespace libtest {
 bool ping_drizzled(const in_port_t _port)
 {
+  (void)(_port);
 #if defined(HAVE_LIBDRIZZLE) && HAVE_LIBDRIZZLE
   {
     drizzle_st *drizzle= drizzle_create(NULL);
@@ -148,7 +149,7 @@ public:
     return "drizzled";
   };
 
-  void log_file_option(Application& app, const std::string& arg)
+  void log_file_option(Application&, const std::string&)
   {
   }