From bb68e723af7401a05f2f103d441acfd655254b31 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 26 Nov 2008 21:12:06 +0000 Subject: QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux: - We weren't initialising all 64 bits of a union that was being passed to epoll_ctl on 32 bit Linuxes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@720978 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/.valgrind.supp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/.valgrind.supp b/cpp/src/tests/.valgrind.supp index 4a186ebf15..7ac34fde5d 100644 --- a/cpp/src/tests/.valgrind.supp +++ b/cpp/src/tests/.valgrind.supp @@ -23,13 +23,6 @@ obj:/usr/lib/libboost_program_options.so.1.33.1 } -{ - Bogus epoll_ctl error on i386 - Memcheck:Param - epoll_ctl(event) - fun:epoll_ctl -} - { boost 103200 -- we think Boost is responsible for these leaks. Memcheck:Leak -- cgit v1.2.1