Skip to content

Commit

Permalink
Update checkother.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 10, 2024
1 parent 2ba289f commit 508d4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checkother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void CheckOther::suspiciousFloatingPointCast()
if (!parent || !parent->valueType() || std::find(sourceTypes.begin(), sourceTypes.end(), parent->valueType()->type) == sourceTypes.end())
continue;

suspiciousFloatingPointCastError(tok);
suspiciousFloatingPointCastError(tok);
}
}
}
Expand Down

0 comments on commit 508d4ed

Please sign in to comment.