test/cfg/windows.cpp; Uncommented TODO, Cppcheck now writes a warning as it should about unused function return value

This commit is contained in:
Daniel Marjamäki 2021-04-05 05:20:42 +02:00
parent bc05ee62d5
commit de2e836727
1 changed files with 1 additions and 1 deletions

View File

@ -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