mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fix some signed/unsigned comparison warnings
Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -435,7 +435,7 @@ yylex_GetLongestFixed()
|
||||
size_t
|
||||
CopyMacroArg(char *dest, size_t maxLength, char c)
|
||||
{
|
||||
int i;
|
||||
size_t i;
|
||||
char *s;
|
||||
int argNum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user