From 40100c1ba3735109e83d1999d879d9a6bdd1a803 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 17 Aug 2022 19:07:49 -0700 Subject: [PATCH] [engine] remove warnings --- openfpga/src/repack/physical_pb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga/src/repack/physical_pb.cpp b/openfpga/src/repack/physical_pb.cpp index a614d128a..7667a76fe 100644 --- a/openfpga/src/repack/physical_pb.cpp +++ b/openfpga/src/repack/physical_pb.cpp @@ -144,7 +144,7 @@ PhysicalPbId PhysicalPb::create_pb(const t_pb_graph_node* pb_graph_node) { wire_lut_outputs_.emplace_back(); child_pbs_.emplace_back(); - parent_pbs_.emplace_back(); + parent_pbs_.push_back(PhysicalPbId::INVALID()); truth_tables_.emplace_back(); mode_bits_.emplace_back();