Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d8bb86b

Browse files
committed
Eliminate compiler type mismatch warnings
1 parent c56da4c commit d8bb86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/rule_with_operator.cc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ inline void RuleWithOperator::getFinalVars(variables::Variables *vars,
158158
variables::Variables addition;
159159
getVariablesExceptions(*trans, exclusion, &addition); // cppcheck-suppress ctunullpointer
160160

161-
for (int i = 0; i < m_variables->size(); i++) {
161+
for (std::size_t i = 0; i < m_variables->size(); i++) {
162162
Variable *variable = m_variables->at(i);
163163
if (exclusion->contains(variable)) {
164164
continue;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /