Minor tweaks to avoid some CodeQL warnings

This commit is contained in:
Ray
2024-02-13 15:58:02 +01:00
parent bb741f53a8
commit 401c5a8638
2 changed files with 8 additions and 19 deletions

View File

@@ -362,7 +362,7 @@ static int screenshotCounter = 0; // Screenshots counter
#endif
#if defined(SUPPORT_GIF_RECORDING)
int gifFrameCounter = 0; // GIF frames counter
unsigned int gifFrameCounter = 0; // GIF frames counter
bool gifRecording = false; // GIF recording state
MsfGifState gifState = { 0 }; // MSGIF context state
#endif