X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibmemcached%2Fcallback.cc;h=dc34aa608b930c16e15595acfad934e540b26d2c;hb=0d7a3e0e040ddf840d656b61f41419c252debcde;hp=eaa545687c0bbb7e4ef7806e04f9daba6faadc9f;hpb=c8a5aecba8e189092266f304ca81ab42625edf60;p=awesomized%2Flibmemcached diff --git a/src/libmemcached/callback.cc b/src/libmemcached/callback.cc index eaa54568..dc34aa60 100644 --- a/src/libmemcached/callback.cc +++ b/src/libmemcached/callback.cc @@ -1,6 +1,6 @@ /* +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | + | libmemcached-awesome - C/C++ Client Library for memcached | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted under the terms of the BSD license. | @@ -9,17 +9,13 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ #include "libmemcached/common.h" #include -#ifndef __INTEL_COMPILER -# pragma GCC diagnostic ignored "-Wstrict-aliasing" -#endif - /* These functions provide data and function callback support */ @@ -136,7 +132,8 @@ void *memcached_callback_get(memcached_st *shell, const memcached_callback_t fla return *(void **) &ptr->delete_trigger; } - case MEMCACHED_CALLBACK_MAX: break; + case MEMCACHED_CALLBACK_MAX: + break; } assert_msg(0, "Invalid callback passed to memcached_callback_get()");