mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Individual warning settings added.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user