aboutsummaryrefslogtreecommitdiff
path: root/test/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'test/valgrind.supp')
-rw-r--r--test/valgrind.supp17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/valgrind.supp b/test/valgrind.supp
deleted file mode 100644
index 1fed18b..0000000
--- a/test/valgrind.supp
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- Suppress wcslen valgrind report 1
- Memcheck:Cond
- fun:__wcslen_sse2
-}
-
-{
- Suppress wcslen valgrind report 2
- Memcheck:Addr8
- fun:__wcslen_sse2
-}
-
-{
- Suppress wcslen valgrind report 3
- Memcheck:Value8
- fun:__wcslen_sse2
-}