We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ca67e commit 590df8aCopy full SHA for 590df8a
1 file changed
test/cfg/std.c
@@ -45,7 +45,7 @@ void test_int32_min() {
45
}
46
47
void test_int64_min() {
48
- // cppcheck-suppress compareValueOutOfTypeRangeError ; tests that INT64_MIN is a signed expression
+ // TODO cppcheck-suppress knownConditionTrueFalse // #13814
49
if (INT64_MIN < 0) {}
50
51
0 commit comments