From: Brian Aker Date: Fri, 7 Oct 2011 12:19:17 +0000 (-0700) Subject: Strict alias undef around callbacks. X-Git-Tag: 1.0.2~9^2^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=1adc4180ede92a8edd03be385272a66be6090766;p=awesomized%2Flibmemcached Strict alias undef around callbacks. --- diff --git a/tests/callbacks.cc b/tests/callbacks.cc index c490e002..206e6092 100644 --- a/tests/callbacks.cc +++ b/tests/callbacks.cc @@ -42,6 +42,10 @@ using namespace libtest; +#ifndef __INTEL_COMPILER +#pragma GCC diagnostic ignored "-Wstrict-aliasing" +#endif + static memcached_return_t delete_trigger(memcached_st *, const char *key, size_t key_length)