diff --git a/source/tools/lint/cppcheck/suppressions-list.txt b/source/tools/lint/cppcheck/suppressions-list.txt index 12aa1f109e..85e89fd4f6 100644 --- a/source/tools/lint/cppcheck/suppressions-list.txt +++ b/source/tools/lint/cppcheck/suppressions-list.txt @@ -17,6 +17,9 @@ unknownMacro:source/simulation2/TypeList.h // Issues reported by cppcheck and not yet fixed +// false positive +containerOutOfBounds:source/simulation2/components/CCmpRangeManager.cpp + danglingLifetime:source/lib/sysdep/os/unix/ufilesystem.cpp danglingTemporaryLifetime:source/graphics/TerrainTextureManager.cpp