🐎 ci(cppcheck suppress): ignore integerOverflow for lpi

This commit is contained in:
yangwei
2024-08-20 19:08:16 +08:00
committed by lijia
parent dafbecd49a
commit cd2a2360fe

View File

@@ -51,6 +51,7 @@ stages:
--suppress=funcArgOrderDifferent --suppress=funcArgOrderDifferent
--suppress=unreachableCode --suppress=unreachableCode
--suppress=internalAstError --suppress=internalAstError
--suppress=integerOverflow
tags: tags:
- share - share