Use newline instead of endl, for fewer stream flushes

This commit is contained in:
Wilson Snyder
2023-11-24 11:45:52 -05:00
parent fae7f11222
commit 58d9a5ebac
11 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -99,9 +99,9 @@ private:
nodep->v3warn(ENCAPSULATED, nodep->prettyNameQ()
<< " is hidden as " << how
<< " within this context (IEEE 1800-2017 8.18)\n"
<< nodep->warnContextPrimary() << endl
<< nodep->warnContextPrimary() << "\n"
<< nodep->warnOther()
<< "... Location of definition" << endl
<< "... Location of definition\n"
<< defp->warnContextSecondary());
}
}