Travis: quick fix for 'make checkcfg'

This commit is contained in:
Daniel Marjamäki 2019-03-13 09:30:59 +01:00
parent 2ecfae0a98
commit f9ce5b3407
1 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,8 @@ void bufferAccessOutOfBounds()
buf[i] = L'\0';
}
uint8_t byteBuf[5] = {0};
uint8_t byteBuf2[10] = {0};
char byteBuf[5] = {0};
char byteBuf2[10] = {0};
// TODO ticket #8412 cppcheck-suppress ignoredReturnValue
// cppcheck-suppress bufferAccessOutOfBounds
RtlEqualMemory(byteBuf, byteBuf2, 20);