Skip to content
Snippets Groups Projects
Commit f96109e0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix GCC 12.2 warnings

warning: ‘checkStamp’ accessing 20 bytes in a region of size 11
etc.
parent 4e78d516
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4000 passed
...@@ -1152,7 +1152,7 @@ readSmallMenu(unsigned char *codeStr) ...@@ -1152,7 +1152,7 @@ readSmallMenu(unsigned char *codeStr)
} }
static void static void
checkStamp(int xx, int yy, char stampStr[20]) // used w/ incomingCheck checkStamp(int xx, int yy, char stampStr[]) // used w/ incomingCheck
{ {
term_gotoxy(xx + 1, yy + 1); term_gotoxy(xx + 1, yy + 1);
term_setattr(LIGHTCYAN); term_setattr(LIGHTCYAN);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment