Fixed compiler warning

This commit is contained in:
Daniel Marjamäki 2020-07-03 17:54:55 +02:00
parent 921997c9e9
commit 686a6c7862
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ const Token * getTokenArgumentFunction(const Token * tok, int& argn)
return tok;
}
const Variable* getArgumentVar(const Token* tok, int argnr)
static const Variable* getArgumentVar(const Token* tok, int argnr)
{
if (!tok)
return nullptr;