From 405819e8150a6d5702b640aa7b4b0d86ff74e419 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 6 Aug 2025 13:48:22 +0200 Subject: [PATCH 1/3] add missing "undef WMC_TOOL_SKIP" --- lib_com/complex_basop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib_com/complex_basop.c b/lib_com/complex_basop.c index cf3b40154..f8006ed46 100644 --- a/lib_com/complex_basop.c +++ b/lib_com/complex_basop.c @@ -473,4 +473,6 @@ cmplx_s C_shl( cmplx_s inp, Word16 shift_val ) #endif /* #ifdef COMPLEX_OPERATOR */ +#undef WMC_TOOL_SKIP + /* end of file */ -- GitLab From 7147c20913f5d8cb49952d3c449cae1bfc0310be Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 6 Aug 2025 15:16:10 +0200 Subject: [PATCH 2/3] change CI ref --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d77386f..39d240a9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF instrumented-build-fix include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab From 7bdeab1083b25b56ce777b2de5aa3d4b00cd98c4 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 6 Aug 2025 15:46:57 +0200 Subject: [PATCH 3/3] Revert "add missing "undef WMC_TOOL_SKIP"" This reverts commit 405819e8150a6d5702b640aa7b4b0d86ff74e419. --- lib_com/complex_basop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib_com/complex_basop.c b/lib_com/complex_basop.c index f8006ed46..cf3b40154 100644 --- a/lib_com/complex_basop.c +++ b/lib_com/complex_basop.c @@ -473,6 +473,4 @@ cmplx_s C_shl( cmplx_s inp, Word16 shift_val ) #endif /* #ifdef COMPLEX_OPERATOR */ -#undef WMC_TOOL_SKIP - /* end of file */ -- GitLab