one more test updated for the new checkLibraryFunction
This commit is contained in:
parent
aa380e0de1
commit
a87686911a
|
@ -3882,7 +3882,6 @@ void valid_vsprintf_helper(const char * format, ...)
|
||||||
void valid_vsprintf()
|
void valid_vsprintf()
|
||||||
{
|
{
|
||||||
// buffer will contain "2\0" => no bufferAccessOutOfBounds
|
// buffer will contain "2\0" => no bufferAccessOutOfBounds
|
||||||
// cppcheck-suppress checkLibraryFunction
|
|
||||||
// cppcheck-suppress checkLibraryNoReturn
|
// cppcheck-suppress checkLibraryNoReturn
|
||||||
valid_vsprintf_helper("%1.0f", 2.0f);
|
valid_vsprintf_helper("%1.0f", 2.0f);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue