Skip to content

Commit

Permalink
Add missing Q_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Jul 6, 2022
1 parent b7166c5 commit eb7d818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/layer_units.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ layer_units::fill_sprite_array(const tile *ptile, const tile_edge *pedge,
const tile_corner *pcorner,
const unit *punit) const
{
Q_UNUSED(pedge);
Q_UNUSED(pcorner);

// We need to have something to draw
if (!punit) {
return {};
Expand Down

0 comments on commit eb7d818

Please sign in to comment.