From ca505917dee3a9ebca825a98d46138bf21d8f607 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 6 Oct 2011 12:20:37 -0700 Subject: [PATCH] Fix Ubuntu compile find. --- tests/pool.cc | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.30.2