Skip to content

Commit 35f8a4e

Browse files
author
Mahshad
committed
resolving compile warning/error
1 parent 6fb1a99 commit 35f8a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/place/place.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,8 +3036,8 @@ void transform_blocks_affected(t_pl_blocks_to_be_moved blocksAffected) {
30363036
}
30373037
}
30383038

3039-
void stop_placement_and_check_breakopints(t_pl_blocks_to_be_moved& blocks_affected, bool& f_place_debug, e_move_result move_outcome, double delta_c, double bb_delta_c, double timing_delta_c) {
30403039
#ifdef VTR_ENABLE_DEBUG_LOGGING
3040+
void stop_placement_and_check_breakopints(t_pl_blocks_to_be_moved& blocks_affected, bool& f_place_debug, e_move_result move_outcome, double delta_c, double bb_delta_c, double timing_delta_c) {
30413041
t_draw_state* draw_state = get_draw_state_vars();
30423042
if (draw_state->list_of_breakpoints.size() != 0) {
30433043
//update current information
@@ -3074,5 +3074,5 @@ void stop_placement_and_check_breakopints(t_pl_blocks_to_be_moved& blocks_affect
30743074

30753075
update_screen(ScreenUpdatePriority::MAJOR, msg.c_str(), PLACEMENT, nullptr);
30763076
}
3077-
#endif
30783077
}
3078+
#endif

0 commit comments

Comments
 (0)