X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fdrizzled.cc;h=49fe29699f2843984988d8c8ec56515f8afd41f6;hb=489157544c4bace78d18665f4304a88aaeef7069;hp=70eca0268591f8efbe511044e7d687fdbee4c64c;hpb=9139975f5fe7895259645117b1e0e9a6cb9c27cc;p=m6w6%2Flibmemcached diff --git a/libtest/drizzled.cc b/libtest/drizzled.cc index 70eca026..49fe2969 100644 --- a/libtest/drizzled.cc +++ b/libtest/drizzled.cc @@ -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&) { }