Added tests for warnings or errors that now have notifications.

This commit is contained in:
Kugel Fuhr
2025-07-14 12:59:52 +02:00
parent 170ddc6e33
commit 4120f35276
13 changed files with 51 additions and 2 deletions

View File

@@ -787,8 +787,8 @@ static void PrintUnresolved (ExpCheckFunc F, void* Data)
for (J = 0; J < Count; ++J) {
const LineInfo* LI = CollConstAt (&Imp->RefLines, J);
PWarning (GetSourcePos (LI),
"Unresolved external `%s'",
Name);
"Unresolved external `%s'",
Name);
}
}
Imp = Imp->Next;