Fix for 32bit Debian
[awesomized/libmemcached] / tests / libmemcached-1.0 / pool.cc
index 9da4a0f953d235b736acdc026df232e5d0859eef..b6653139fda1bfb5afff89d0ebb346f2995aff88 100644 (file)
@@ -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)