add suppression for OpenMP in newer GCC compilers

This commit is contained in:
Axel Kohlmeyer
2021-08-15 18:39:42 -04:00
parent 7efbdb24cc
commit 832f6499ed

View File

@ -123,3 +123,14 @@
...
obj:*
}
{
OpnMP_init_part11
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:allocate_dtv
...
fun:GOMP_parallel
obj:*
}