Waive last cppcheck message in vvp

This commit is contained in:
Cary R 2026-01-26 02:11:01 -08:00
parent 2f05c831c0
commit 5b0ce2c6ca
1 changed files with 3 additions and 0 deletions

View File

@ -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