From e1a9f55a322aae0e21bc629c56beb2cb6b6974d8 Mon Sep 17 00:00:00 2001 From: "jabber.developer2" Date: Fri, 16 Jan 2026 17:38:21 +0300 Subject: [PATCH] test: remove cmocka 2.0 fix to verify CI failure Temporarily removing CMOCKA_DISABLE_DEPRECATION_WARNINGS to demonstrate that tests fail on debian:testing (cmocka 2.0.1) without this fix. --- tests/prof_cmocka.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/prof_cmocka.h b/tests/prof_cmocka.h index 7d87a03c..2ffb4ecd 100644 --- a/tests/prof_cmocka.h +++ b/tests/prof_cmocka.h @@ -16,7 +16,6 @@ #include #include -/* Disable cmocka 2.0 deprecation warnings for backward compatibility */ -#define CMOCKA_DISABLE_DEPRECATION_WARNINGS +/* NOTE: CMOCKA_DISABLE_DEPRECATION_WARNINGS removed to test CI failure */ #include