Skip to content

Commit 2b33083

Browse files
committed
valueflow.cpp: fixed constParameter selfcheck warnings
1 parent 1507070 commit 2b33083

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
@@ -2073,7 +2073,7 @@ static Analyzer::Result valueFlowForward(Token* startToken,
20732073
static Analyzer::Result valueFlowForwardRecursive(Token* top,
20742074
const Token* exprTok,
20752075
std::list<ValueFlow::Value> values,
2076-
TokenList& tokenlist,
2076+
const TokenList& tokenlist,
20772077
const Settings* settings,
20782078
SourceLocation loc = SourceLocation::current())
20792079
{

0 commit comments

Comments
 (0)