From cd2a2360fe23711aedd2f25b7223615c4a11becb Mon Sep 17 00:00:00 2001 From: yangwei Date: Tue, 20 Aug 2024 19:08:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci(cppcheck=20suppress):=20ignor?= =?UTF-8?q?e=20integerOverflow=20for=20lpi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f29299..2518f8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,6 +51,7 @@ stages: --suppress=funcArgOrderDifferent --suppress=unreachableCode --suppress=internalAstError + --suppress=integerOverflow tags: - share