From 57d2f13ebc89a8cd1ee1083c5c4037489c31219d Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Mon, 17 Jan 2022 15:26:24 +0100 Subject: [PATCH] Mark unused variable in tests for cases with reduced configs Signed-off-by: Andrzej Kurek --- tests/src/psa_exercise_key.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/psa_exercise_key.c b/tests/src/psa_exercise_key.c index c1e76c85ef..71a1b78740 100644 --- a/tests/src/psa_exercise_key.c +++ b/tests/src/psa_exercise_key.c @@ -764,6 +764,7 @@ int mbedtls_test_psa_exported_key_sanity_check( #endif /* MBEDTLS_ECP_C */ { + (void) exported; TEST_ASSERT( ! "Sanity check not implemented for this key type" ); }