Run cppcheck

This commit is contained in:
Miloslav Ciz 2025-06-24 21:12:01 +02:00
parent bc55e84d5b
commit d57a07edb8
7 changed files with 25 additions and 47 deletions

View file

@ -2188,7 +2188,7 @@ void LCR_drawPixel(unsigned long index, uint16_t color)
(LCR_game.frame == 1086 && index == 20 && color != 0x4c7a) ||
(LCR_game.frame == 1624 && index == 1 && color != 0x4c7a))
printf("ERROR: unexpected pixel rendered at frame %d, index %d\n",
LCR_game.frame,(int) index);
(int) LCR_game.frame,(int) index);
}
int testState(