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