Skip to content

Commit

Permalink
Fixed parameter unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Jan 14, 2022
1 parent 3350f23 commit 1b5c9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/condition/trait_condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class trait_condition final : public condition

virtual bool check(const CPlayer *player, const read_only_context &ctx, const bool ignore_units) const override
{
Q_UNUSED(player)
Q_UNUSED(ctx)
Q_UNUSED(ignore_units)

Expand Down

0 comments on commit 1b5c9da

Please sign in to comment.