mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 06:16:21 +00:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user