21 Mar
2023
21 Mar
'23
4:42 p.m.
On Tue, 21 Mar 2023 14:55:00 +1100
David Gibson
da46fdac "tcp: Suppress knownConditionTrueFalse cppcheck false positive" introduced a suppression to work around a cppcheck bug causing a false positive warning. However, the suppression will itself cause a spurious unmatchedSuppression warning if used with a version of cppcheck from before the bug was introduced. That includes the packaged version of cppcheck in Fedora.
Suppress the unmatchedSuppression as well.
Oops, I always forget about those. Applied. -- Stefano