Make main directory cppcheck clean

This commit is contained in:
Cary R 2026-01-25 13:15:51 -08:00
parent 33e28df834
commit 49fc24a798
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ ctunullpointerOutOfMemory
nullPointerArithmeticOutOfMemory
nullPointerOutOfMemory
// valgrind does not find any issues so cppcheck is wrong
ctuuninitvar:parse_misc.cc:61
// Skip strdup() not constant.
constVariablePointer:main.cc:400
constVariablePointer:main.cc:404