Skip to content

Commit 590df8a

Browse files
Update std.c
1 parent 93ca67e commit 590df8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/std.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void test_int32_min() {
4545
}
4646

4747
void test_int64_min() {
48-
// cppcheck-suppress compareValueOutOfTypeRangeError ; tests that INT64_MIN is a signed expression
48+
// TODO cppcheck-suppress knownConditionTrueFalse // #13814
4949
if (INT64_MIN < 0) {}
5050
}
5151

0 commit comments

Comments
 (0)