std.cfg: removed arg nr=any for formatstr functions. See #7012.

This commit is contained in:
Daniel Marjamäki 2015-10-03 18:54:57 +02:00
parent 28e3c266b3
commit 2420c8fc00
1 changed files with 0 additions and 15 deletions

View File

@ -955,9 +955,6 @@
<formatstr/>
<not-uninit/>
</arg>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- int vfprintf(FILE *stream, const char *format, va_list arg); -->
<function name="vfprintf,std::vfprintf">
@ -2550,9 +2547,6 @@
<formatstr/>
<not-uninit/>
</arg>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- int vprintf(const char *format, va_list arg); -->
<function name="vprintf,std::vprintf">
@ -3662,9 +3656,6 @@
<formatstr/>
<not-null/>
</arg>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- int sprintf(char *s, const char *format, ...); -->
<function name="sprintf,std::sprintf">
@ -3680,9 +3671,6 @@
<not-null/>
<not-uninit/>
</arg>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- int swprintf(wchar_t *s, size_t n, const wchar_t *format, ...); -->
<function name="swprintf,std::swprintf">
@ -3744,9 +3732,6 @@
<not-null/>
<not-uninit/>
</arg>
<arg nr="any">
<not-uninit/>
</arg>
</function>
<!-- int snprintf(char *s, size_t n, const char *format, ...); -->
<function name="snprintf,std::snprintf">