Don't ignore sprintf/sscanf imports, semantics are not exactly the
same on Windows.
This commit is contained in:
parent
7ea8a0b9be
commit
9ba2e89ae5
|
@ -100,9 +100,7 @@ static const char * const default_ignored_symbols[] =
|
||||||
"qsort",
|
"qsort",
|
||||||
"sin",
|
"sin",
|
||||||
"sinh",
|
"sinh",
|
||||||
"sprintf",
|
|
||||||
"sqrt",
|
"sqrt",
|
||||||
"sscanf",
|
|
||||||
"strcat",
|
"strcat",
|
||||||
"strchr",
|
"strchr",
|
||||||
"strcmp",
|
"strcmp",
|
||||||
|
@ -117,8 +115,7 @@ static const char * const default_ignored_symbols[] =
|
||||||
"strspn",
|
"strspn",
|
||||||
"strstr",
|
"strstr",
|
||||||
"tan",
|
"tan",
|
||||||
"tanh",
|
"tanh"
|
||||||
"vsprintf"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* compare function names; helper for resolve_imports */
|
/* compare function names; helper for resolve_imports */
|
||||||
|
|
Loading…
Reference in New Issue