We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e3ff commit c5a354bCopy full SHA for c5a354b
1 file changed
test/testcppcheck.cpp
@@ -356,6 +356,7 @@ class TestCppcheck : public TestFixture {
356
settings.premiumArgs = "";
357
const size_t hash2 = check.calculateHash(preprocessor, tokens);
358
359
+ // cppcheck-suppress knownConditionTrueFalse
360
ASSERT(hash1 != hash2);
361
}
362
0 commit comments