mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Lower redefined_proc to Hint by default due to its prevalence
This commit is contained in:
parent
7f8dff13e4
commit
4f6c847d9e
1 changed files with 1 additions and 0 deletions
|
|
@ -1145,6 +1145,7 @@ impl<'o, 's> AnalyzeProc<'o, 's> {
|
|||
error(self.proc_ref.location, format!("redefining proc {}/{}", self.ty, self.proc_ref.name()))
|
||||
.with_errortype("redefined_proc")
|
||||
.with_note(parent.location, "previous definition is here")
|
||||
.set_severity(Severity::Hint)
|
||||
.register(self.context);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue