- Individual warning settings added.

This commit is contained in:
Christoffer Lerno
2026-02-13 18:25:19 +01:00
parent cc6d552e3d
commit bbf89815d6
13 changed files with 465 additions and 378 deletions

View File

@@ -5614,7 +5614,7 @@ CONTINUE:
Decl *decl = type->decl;
if (!decl->unit || decl->unit->module->stage < ANALYSIS_POST_REGISTER)
{
bool err = SEMA_WARN(expr, "Methods are not fully determined for %s at this point.", decl->name);
bool err = SEMA_WARN(expr, methods_not_resolved, "Methods are not fully determined for %s at this point.", decl->name);
if (err) return false;
}
// Interface, prefer interface methods.