trial: unblock the DOS build (local only, not for merge)

This commit is contained in:
2026-08-16 23:02:43 +09:00
parent 63bc8e8724
commit 7a25447281
6 changed files with 17 additions and 2 deletions
+1
View File
@@ -811,6 +811,7 @@ static FeType *check_index(FeCheckerState *s, FeNode *n)
static FeType *check_identifier(FeCheckerState *s, FeNode *n, int read)
{
FeSym *sym;
(void)read; /* TRIAL PATCH: silence W303 under the check_m7.c wrapper */
sym = find_symbol(s->scope, n->text ? n->text : "");
if (!sym) {
FeType *named=fe_type_intern(&s->c->types,n->text ? n->text : "");