Fix a compile problem with the Watcom compiler.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5040 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -149,7 +149,8 @@ static void AddNotifications (const Collection* LineInfos)
|
|||||||
|
|
||||||
/* Add a note if we have more stuff that we won't output */
|
/* Add a note if we have more stuff that we won't output */
|
||||||
if (Skipped > 0) {
|
if (Skipped > 0) {
|
||||||
PrintMsg (GetSourcePos (CollConstAt (LineInfos, 0)), "Note",
|
const LineInfo* LI = CollConstAt (LineInfos, 0);
|
||||||
|
PrintMsg (GetSourcePos (LI), "Note",
|
||||||
"Dropping %u additional line infos", Skipped);
|
"Dropping %u additional line infos", Skipped);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user