test/cfg/windows.cpp; Uncommented TODO, Cppcheck now writes a warning as it should about unused function return value
This commit is contained in:
parent
bc05ee62d5
commit
de2e836727
|
@ -275,7 +275,7 @@ void bufferAccessOutOfBounds()
|
|||
|
||||
uint8_t byteBuf[5] = {0};
|
||||
uint8_t byteBuf2[10] = {0};
|
||||
// TODO ticket #8412 cppcheck-suppress ignoredReturnValue
|
||||
// cppcheck-suppress ignoredReturnValue
|
||||
// cppcheck-suppress bufferAccessOutOfBounds
|
||||
RtlEqualMemory(byteBuf, byteBuf2, 20);
|
||||
// cppcheck-suppress ignoredReturnValue
|
||||
|
|
Loading…
Reference in New Issue