Skip to content

Commit 57afc83

Browse files
committed
valueflow.cpp: fixed constParameter selfcheck warnings
1 parent 9757573 commit 57afc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/valueflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,7 @@ static Analyzer::Result valueFlowForward(Token* startToken,
21012101
static Analyzer::Result valueFlowForwardRecursive(Token* top,
21022102
const Token* exprTok,
21032103
std::list<ValueFlow::Value> values,
2104-
TokenList& tokenlist,
2104+
const TokenList& tokenlist,
21052105
const Settings* settings,
21062106
SourceLocation loc = SourceLocation::current())
21072107
{

0 commit comments

Comments
 (0)