X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fpool.cc;h=f6214e0d3b5b5f103de029d2d9f35d9bc7b2b1bf;hb=f34725871a4ad46ea3b3194d829eebf81cc5c08e;hp=002dac82e40f90fb7dae9316608ebf76bf32d03b;hpb=6063a17ebe3594f4e7334b3e8ac370782f9ea2ae;p=awesomized%2Flibmemcached diff --git a/tests/pool.cc b/tests/pool.cc index 002dac82..f6214e0d 100644 --- a/tests/pool.cc +++ b/tests/pool.cc @@ -51,6 +51,11 @@ using namespace libtest; #include #include +#ifndef __INTEL_COMPILER +#pragma GCC diagnostic ignored "-Wstrict-aliasing" +#endif + + test_return_t memcached_pool_test(memcached_st *) { memcached_return_t rc;