mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 22:27:01 -04:00
Mark test function with MBEDTLS_MAYBE_UNUSED
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
52c294acb4
commit
0fd07d5e10
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user