CID 22517: Parse warning (PW.PARAM_SET_BUT_NOT_USED)

This commit is contained in:
Enno Rehling 2015-10-30 15:20:06 +01:00
parent a91a0f6a53
commit 21a2313e2a

View file

@ -116,9 +116,10 @@ unit *findunitr(const region * r, int n)
return (u && u->region==r)?u:0;
}
// TODO: deprecated, replace with findunit(n)
unit *findunitg(int n, const region * hint)
{
unused_arg(hint);
/* Abfangen von Syntaxfehlern. */
if (n <= 0)
return NULL;