Skip to content

Commit 14365ff

Browse files
committed
make a function static
1 parent f1cc3ad commit 14365ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/valueflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3725,7 +3725,7 @@ static const Token* findIncompleteVar(const Token* start, const Token* end)
37253725
return nullptr;
37263726
}
37273727

3728-
ValueFlow::Value makeConditionValue(long long val, const Token* condTok, bool assume)
3728+
static ValueFlow::Value makeConditionValue(long long val, const Token* condTok, bool assume)
37293729
{
37303730
ValueFlow::Value v(val);
37313731
v.setKnown();

0 commit comments

Comments
 (0)