mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-29 14:57:27 +02:00
Mark test function with MBEDTLS_MAYBE_UNUSED
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
mbedtls_ecp_point_init(x);
|
||||
|
||||
/* Auxiliary function to compare two mbedtls_ecp_group objects. */
|
||||
MBEDTLS_MAYBE_UNUSED
|
||||
inline static int mbedtls_ecp_group_cmp(mbedtls_ecp_group *grp1,
|
||||
mbedtls_ecp_group *grp2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user