diff --git a/include/sta/ArcDelayCalc.hh b/include/sta/ArcDelayCalc.hh index 7336c394..b826def6 100644 --- a/include/sta/ArcDelayCalc.hh +++ b/include/sta/ArcDelayCalc.hh @@ -181,7 +181,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, diff --git a/include/sta/Liberty.hh b/include/sta/Liberty.hh index 943f43ff..b9402f2c 100644 --- a/include/sta/Liberty.hh +++ b/include/sta/Liberty.hh @@ -804,7 +804,7 @@ public: const MinMax *min_max) const; // Assumes input slew of 0.0. RiseFallMinMax clkTreeDelays() const; - RiseFallMinMax clockTreePathDelays() const; // __attribute__ ((deprecated)); + RiseFallMinMax clockTreePathDelays() const __attribute__ ((deprecated)); static bool equiv(const LibertyPort *port1, const LibertyPort *port2);