Removed TODO
This commit is contained in:
parent
c5b946f9b7
commit
c465d824b7
|
@ -1361,7 +1361,6 @@ void CheckBufferOverrun::checkSprintfCall(const Token *tok, int size)
|
||||||
else if (Token::Match(tok2->next(), "%num%"))
|
else if (Token::Match(tok2->next(), "%num%"))
|
||||||
parameters.push_back(tok2->next());
|
parameters.push_back(tok2->next());
|
||||||
|
|
||||||
// TODO, get value of the variable if possible and use that instead of 0
|
|
||||||
else
|
else
|
||||||
parameters.push_back(0);
|
parameters.push_back(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue