From 5b0ce2c6ca1f20fce8103209d79f0bc4d7b0436a Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 26 Jan 2026 02:11:01 -0800 Subject: [PATCH] Waive last cppcheck message in vvp --- vvp/cppcheck.sup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vvp/cppcheck.sup b/vvp/cppcheck.sup index 75a5954d4..ae12855a5 100644 --- a/vvp/cppcheck.sup +++ b/vvp/cppcheck.sup @@ -85,6 +85,9 @@ knownConditionTrueFalse:vpi_priv.cc:1979 // cppcheck is wrong this is already const constParameterPointer:vpi_tasks.cc:259 +// cppcheck is wrong. When all bits are 1 this is false +knownConditionTrueFalse:vthread.cc:3571 + // For some cases this expression can be different duplicateExpression:vpi_signal.cc:1207