CID 22518: Parse warning (PW.PARAM_SET_BUT_NOT_USED)

This commit is contained in:
Enno Rehling 2015-10-30 15:21:06 +01:00
parent 21a2313e2a
commit fbf483fb4e
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ static const char *dracoid_name(const unit * u)
size_t sz;
/* ignore u */
u = 0;
unused_arg(u);
/* Wieviele Mittelteile? */
mid_syllabels = rng_int() % 4;