X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemslap.cc;h=295ea0dbd74e1c2552527523549fdb9f3c55518e;hb=e2a304a85b65f4f739d63ddb2d6697c8e0a1b722;hp=a8c0da1ed7b61a531dbbe66cbc86682eae2b22e6;hpb=920b0f21e75bb5b145a7de7383f5ae8c4a2c358a;p=awesomized%2Flibmemcached diff --git a/clients/memslap.cc b/clients/memslap.cc index a8c0da1e..295ea0db 100644 --- a/clients/memslap.cc +++ b/clients/memslap.cc @@ -2,7 +2,7 @@ * * Libmemcached library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ * Copyright (C) 2006-2009 Brian Aker All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -36,7 +36,7 @@ */ -#include +#include #include #include @@ -55,7 +55,7 @@ #include -#include +#include #include "client_options.h" #include "utilities.h" @@ -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;