Skip to content

Commit feb73af

Browse files
Update valueflow.cpp
1 parent 84c1502 commit feb73af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/valueflow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,7 @@ static void valueFlowImpossibleValues(TokenList& tokenList, const Settings& sett
11201120
return false;
11211121
return v.isSymbolicValue();
11221122
});
1123+
}
11231124
}
11241125
const bool isMin = Token::Match(condTok, "<|<=") ^ flipped;
11251126
for (ValueFlow::Value& value : values) {

0 commit comments

Comments
 (0)