X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Flibmemcached-1.0%2Fpool.cc;h=b6653139fda1bfb5afff89d0ebb346f2995aff88;hb=5c94437d6b24d5582a41671a42f1f12ef3a1268e;hp=9da4a0f953d235b736acdc026df232e5d0859eef;hpb=a2d8823001195258acb3b7d1205f2502dd349ae4;p=awesomized%2Flibmemcached diff --git a/tests/libmemcached-1.0/pool.cc b/tests/libmemcached-1.0/pool.cc index 9da4a0f9..b6653139 100644 --- a/tests/libmemcached-1.0/pool.cc +++ b/tests/libmemcached-1.0/pool.cc @@ -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(arg); if (resource == NULL)