Skip to content

Commit 4b2a6a1

Browse files
committed
Fix unused parameter warnings
1 parent acf4296 commit 4b2a6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/SRC/route/router_lookahead_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class PQ_Entry{
149149
float R_upstream;
150150
float congestion_upstream;
151151

152-
PQ_Entry(int set_rr_node_ind, int switch_ind, float parent_delay, float parent_R_upstream, float parent_congestion_upstream, bool starting_node){
152+
PQ_Entry(int set_rr_node_ind, int /*switch_ind*/, float parent_delay, float /*parent_R_upstream*/, float parent_congestion_upstream, bool starting_node){
153153
this->rr_node_ind = set_rr_node_ind;
154154

155155
auto& device_ctx = g_vpr_ctx.device();

0 commit comments

Comments
 (0)