mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Internals: Cleanup cppcheck warnings (#6317)
`make cppcheck-4` is now clean.
This commit is contained in:
@@ -126,7 +126,7 @@ class ColorStronglyConnectedComponents final {
|
||||
}
|
||||
}
|
||||
|
||||
ColorStronglyConnectedComponents(DfgGraph& dfg)
|
||||
explicit ColorStronglyConnectedComponents(DfgGraph& dfg)
|
||||
: m_dfg{dfg} {
|
||||
UASSERT(dfg.size() < UNASSIGNED, "Graph too big " << dfg.name());
|
||||
// Yet another implementation of Pearce's algorithm.
|
||||
|
||||
Reference in New Issue
Block a user