mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 07:13:04 +02:00
Internals: Fix some shadow and other warnings. No functional change
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ public:
|
||||
// Outbound are cutable, as we may need to evaluate multiple times
|
||||
|
||||
{
|
||||
V3GraphTestVertex* n = new V3GraphTestVertex(gp,"c=a|b|i");
|
||||
n = new V3GraphTestVertex(gp,"c=a|b|i");
|
||||
new V3GraphEdge(gp, n, c, 1, true);
|
||||
new V3GraphEdge(gp, a, n, 1, false);
|
||||
new V3GraphEdge(gp, b, n, 1, false);
|
||||
|
||||
Reference in New Issue
Block a user