From: Brian Aker Date: Thu, 6 Oct 2011 19:20:37 +0000 (-0700) Subject: Fix Ubuntu compile find. X-Git-Tag: 1.0.2~9^2~1^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=ca505917dee3a9ebca825a98d46138bf21d8f607;p=awesomized%2Flibmemcached Fix Ubuntu compile find. --- 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;