mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 11:51:47 +02:00
fix compiler warnings (errors)
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
@@ -163,7 +163,7 @@ public:
|
||||
const DcalcAnalysisPt *dcalc_ap,
|
||||
// Return values.
|
||||
ArcDelay &gate_delay,
|
||||
Slew &drvr_slew) __attribute__ ((deprecated));
|
||||
Slew &drvr_slew); // __attribute__ ((deprecated));
|
||||
|
||||
// Find gate delays and slews for parallel gates.
|
||||
virtual ArcDcalcResultSeq gateDelays(ArcDcalcArgSeq &args,
|
||||
|
||||
+1
-1
@@ -899,7 +899,7 @@ void
|
||||
LibertyLibrary::ensureVoltageWaveforms()
|
||||
{
|
||||
if (!have_voltage_waveforms_) {
|
||||
float vdd;
|
||||
float vdd = 0.0f;
|
||||
bool vdd_exists;
|
||||
supplyVoltage("VDD", vdd, vdd_exists);
|
||||
if (!vdd_exists || vdd == 0.0)
|
||||
|
||||
Reference in New Issue
Block a user