From e16f8e041b488e81b5a510a847d32b96572717c8 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 20 Dec 2021 07:32:33 +0500 Subject: [PATCH] Fix CI --- tests/test_pfa_assert.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_pfa_assert.c b/tests/test_pfa_assert.c index de9b339..241f5e0 100644 --- a/tests/test_pfa_assert.c +++ b/tests/test_pfa_assert.c @@ -8,7 +8,9 @@ #include #include +#if defined(KERNAUX_ENABLE_ASSERT) || defined(KERNAUX_ENABLE_GUARD_COND) || defined(KERNAUX_ENABLE_GUARD_NULL) static unsigned int count = 0; +#endif static void test();