From e2b7d84e96d6578b41dc5f4ffe66cdb5b7f9a645 Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 11 Sep 2025 15:15:48 +0200 Subject: [PATCH] CI: disable pvs-studio 28 days warning (amend). --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index a9e8bedf0..a69c5110c 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -41,6 +41,6 @@ jobs: exit 0 fi cd examples/example_null - pvs-studio-analyzer trace --disableLicenseExpirationCheck -- make WITH_EXTRA_WARNINGS=1 + pvs-studio-analyzer trace -- make WITH_EXTRA_WARNINGS=1 pvs-studio-analyzer analyze --disableLicenseExpirationCheck -e ../../imstb_rectpack.h -e ../../imstb_textedit.h -e ../../imstb_truetype.h -l ../../pvs-studio.lic -o pvs-studio.log plog-converter -a 'GA:1,2;OP:1' -d V1071 -t errorfile -w pvs-studio.log