one more test updated for the new checkLibraryFunction

This commit is contained in:
Jens Yllman 2020-06-23 09:06:54 +02:00
parent aa380e0de1
commit a87686911a
1 changed files with 0 additions and 1 deletions

View File

@ -3882,7 +3882,6 @@ void valid_vsprintf_helper(const char * format, ...)
void valid_vsprintf()
{
// buffer will contain "2\0" => no bufferAccessOutOfBounds
// cppcheck-suppress checkLibraryFunction
// cppcheck-suppress checkLibraryNoReturn
valid_vsprintf_helper("%1.0f", 2.0f);
}