mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
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
This commit is contained in:
parent
80547d9437
commit
5934dc6ba3
1 changed files with 7 additions and 0 deletions
|
@ -622,3 +622,10 @@
|
||||||
...
|
...
|
||||||
obj:*/libpango*.so*
|
obj:*/libpango*.so*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<valgrind gets confused at orc_int64 widening in orc backup code>
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:_backup_audio_orc_int_bias
|
||||||
|
...
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue