test: remove cmocka 2.0 fix to verify CI failure
All checks were successful
CI Code / Check coding style (pull_request) Successful in 32s
CI Code / Check spelling (pull_request) Successful in 19s
CI Code / Linux (debian) (pull_request) Successful in 15m51s
CI Code / Linux (ubuntu) (pull_request) Successful in 15m58s
CI Code / Linux (arch) (pull_request) Successful in 16m8s

Temporarily removing CMOCKA_DISABLE_DEPRECATION_WARNINGS to demonstrate
that tests fail on debian:testing (cmocka 2.0.1) without this fix.
This commit is contained in:
2026-01-16 17:38:21 +03:00
parent 7765f65be1
commit e1a9f55a32

View File

@@ -16,7 +16,6 @@
#include <stdint.h>
#include <setjmp.h>
/* 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 <cmocka.h>