From 5934dc6ba379fad8e6073733c0387e96edccc17b Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 5 Jun 2019 22:06:26 +0200 Subject: [PATCH] valgrind: suppress conditional jump or move error valgrind gets confused with the following piece of code: var37.i = ORC_CLAMP_SL((orc_int64)var33.i + (orc_int64)var34.i); Where all variables are orc_int32 --- tests/check/gst-plugins-base.supp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index a3bc5a4..37fbf6e 100644 --- a/tests/check/gst-plugins-base.supp +++ b/tests/check/gst-plugins-base.supp @@ -622,3 +622,10 @@ ... obj:*/libpango*.so* } + +{ + + Memcheck:Cond + fun:_backup_audio_orc_int_bias + ... +} -- 2.7.4