From e229a51b6a425b7715050242afb57443afcc463d Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Mon, 17 Sep 2012 12:10:39 -0400 Subject: [PATCH] Old Ubuntu find. --- clients/memslap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/memslap.cc b/clients/memslap.cc index a8c0da1e..8b694835 100644 --- a/clients/memslap.cc +++ b/clients/memslap.cc @@ -159,7 +159,7 @@ test_t opt_test= SET_TEST; extern "C" { -static void *run_task(void *p) +static __attribute__((noreturn)) void *run_task(void *p) { thread_context_st *context= (thread_context_st *)p; -- 2.30.2