Explorar el Código

tools/valgrind: add suppression error for fscanf

Nathalie Furmento hace 13 años
padre
commit
48455919cd
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      tools/valgrind/fscanf.suppr

+ 9 - 0
tools/valgrind/fscanf.suppr

@@ -0,0 +1,9 @@
+{
+   fscanf error
+   Memcheck:Cond
+   fun:__GI___strncasecmp_l
+   fun:____strtod_l_internal
+   fun:_IO_vfscanf
+   fun:fscanf
+   fun:scan_reg_model
+}