Skip to content

Commit

Permalink
fix compilation warning with no graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilshahrouz committed Aug 12, 2024
1 parent ad7d6cb commit 2e64e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpr/src/draw/draw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ void init_draw_coords(float clb_width, const BlkLocRegistry& blk_loc_registry) {
{(1. + VISIBLE_MARGIN) * draw_width, (1. + VISIBLE_MARGIN)
* draw_height});
#else
(void)width_val;
(void)clb_width;
(void)blk_loc_registry;
#endif /* NO_GRAPHICS */
}
Expand Down

0 comments on commit 2e64e8a

Please sign in to comment.