mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Fix some make checkcodebase errors
- Reorder checkpatch ignore flags alphabetically - Fix checkpatch WARNINGs and CHECKs when they make sense - Add more checkpatch ignores
This commit is contained in:
@@ -1029,6 +1029,7 @@ static uint32_t yylex_MACROARGS(void)
|
||||
int yylex(void)
|
||||
{
|
||||
int returnedChar;
|
||||
|
||||
switch (lexerstate) {
|
||||
case LEX_STATE_NORMAL:
|
||||
returnedChar = yylex_NORMAL();
|
||||
|
||||
Reference in New Issue
Block a user