mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 10:04:40 +02:00
Use newline instead of endl, for fewer stream flushes
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user