From b3d9fe931555964c902213539318110e8becb71c Mon Sep 17 00:00:00 2001 From: Leandro Dorileo Date: Fri, 14 Dec 2012 20:04:37 +0000 Subject: [PATCH] EPhysics: suppress conditional jump warnings on bullet SVN revision: 80987 --- legacy/ephysics/ephysics.supp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/legacy/ephysics/ephysics.supp b/legacy/ephysics/ephysics.supp index a1e619877e..4e922990d3 100644 --- a/legacy/ephysics/ephysics.supp +++ b/legacy/ephysics/ephysics.supp @@ -13,3 +13,10 @@ ... obj:*libfontconfig.so.* } + +{ + bullet check + Memcheck:Cond + ... + fun:_ZN23btGeneric6DofConstraintC1ER11btRigidBodyS1_RK11btTransformS4_b +} \ No newline at end of file