X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fdrizzled.cc;h=49fe29699f2843984988d8c8ec56515f8afd41f6;hb=f47caf2833675cce0b62a6e4ffd6764c1490a8b4;hp=70eca0268591f8efbe511044e7d687fdbee4c64c;hpb=363ba89b6954d2cdcc20f738b627499695e4aaf4;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&) { }