Skip to content

Commit

Permalink
Fix error: unused variable ‘network’ [-Werror=unused-variable]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Dec 20, 2024
1 parent 18d5357 commit 7142041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/Network.i
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ capacitance(Corner *corner,
const MinMax *min_max)
{
Sta *sta = Sta::sta();
sta->ensureLinked();
float pin_cap, wire_cap;
sta->connectedCap(self, corner, min_max, pin_cap, wire_cap);
return pin_cap + wire_cap;
Expand Down

0 comments on commit 7142041

Please sign in to comment.