Update all config.h usage.
[m6w6/libmemcached] / tests / libmemcached-1.0 / pool.cc
index 9da4a0f953d235b736acdc026df232e5d0859eef..2e008d39c79231936ac362ab272e9061c96c3465 100644 (file)
@@ -35,7 +35,7 @@
  *
  */
 
-#include <config.h>
+#include <mem_config.h>
 #include <libtest/test.hpp>
 
 using namespace libtest;
@@ -240,7 +240,7 @@ struct test_pool_context_st {
   }
 };
 
-static void* connection_release(void *arg)
+static __attribute__((noreturn)) void* connection_release(void *arg)
 {
   test_pool_context_st *resource= static_cast<test_pool_context_st *>(arg);
   if (resource == NULL)