diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-11-26 21:12:06 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-11-26 21:12:06 +0000 |
| commit | bb68e723af7401a05f2f103d441acfd655254b31 (patch) | |
| tree | 45fcefd782a65588a91cfddf9338e63c28a64dc2 /cpp/src/tests | |
| parent | 2b734ff4fcdc50570cd2968d058825d854d1a074 (diff) | |
| download | qpid-python-bb68e723af7401a05f2f103d441acfd655254b31.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/.valgrind.supp | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ -24,13 +24,6 @@ } { - 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 fun:_Znwm |
