valgrind.supp 242 Bytes
Newer Older
1
{
John Stiles's avatar
John Stiles committed
2
	Suppress wcslen valgrind report 1
3
	Memcheck:Cond
4 5
	fun:__wcslen_sse2
}
John Stiles's avatar
John Stiles committed
6 7 8 9 10 11 12 13 14 15 16 17

{
    Suppress wcslen valgrind report 2
    Memcheck:Addr8
    fun:__wcslen_sse2
}

{
    Suppress wcslen valgrind report 3
    Memcheck:Value8
    fun:__wcslen_sse2
}