From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: Re: [PATCH 24/28] cppcheck: Remove unused knownConditionTrueFalse suppression Date: Wed, 28 Sep 2022 22:58:25 +0200 Message-ID: <20220928225825.14a50d29@elisabeth> In-Reply-To: <20220928043339.613538-25-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6101247829617663273==" --===============6101247829617663273== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Wed, 28 Sep 2022 14:33:35 +1000 David Gibson wrote: > I can't get this warning to trigger, so I think this suppression must be > out of date. Whether that's because we've changed our code to no longer > have the problem, or because cppcheck itself has been updated to remove a > false positive I don't know. The former: you got rid of that case with the rework of the PID parsing. -- Stefano --===============6101247829617663273==--