Skip to content

Commit

Permalink
Help: mark currently unused-parameter as such for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz authored and CelticMinstrel committed Oct 24, 2018
1 parent 86debf7 commit 50e27af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/help/topic_text_generators.hpp
Expand Up @@ -76,6 +76,7 @@ class unit_topic_generator : public topic_text_generator
: type_(t)
, variation_(variation)
{
UNUSED(type_);
}

/** Inherited from @ref topic_text_generator. */
Expand Down

0 comments on commit 50e27af

Please sign in to comment.