mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Fix checkcodebase warnings
This commit is contained in:
@@ -69,7 +69,8 @@ void constexpr_BankSection(struct ConstExpression *expr, char *tzSectionName)
|
||||
if (!pSection)
|
||||
yyerror("Section \"%s\" doesn't exist", tzSectionName);
|
||||
else if (pSection->nBank == -1)
|
||||
yyerror("Section \"%s\"'s bank is not known yet", tzSectionName);
|
||||
yyerror("Section \"%s\"'s bank is not known yet",
|
||||
tzSectionName);
|
||||
else
|
||||
constexpr_Number(expr, pSection->nBank);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user