From ba7a7a3733c493fc950d5bedbc49b4c78b451b3d Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 12 Nov 2018 14:00:08 +0000 Subject: timing: Fix compile warning Signed-off-by: David Shah --- common/timing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/timing.cc b/common/timing.cc index fec74312..4c6ed9f5 100644 --- a/common/timing.cc +++ b/common/timing.cc @@ -528,7 +528,7 @@ void timing_analysis(Context *ctx, bool print_histogram, bool print_fmax, bool p Timing timing(ctx, true /* net_delays */, false /* update */, (print_path || print_fmax) ? &crit_paths : nullptr, print_histogram ? &slack_histogram : nullptr); - auto min_slack = timing.walk_paths(); + timing.walk_paths(); std::map> clock_reports; std::map clock_fmax; std::vector xclock_paths; -- cgit v1.2.3