mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
silence warning of unused parameter in certain builds
This commit is contained in:
@ -88,6 +88,7 @@ int wc_InitCmac_ex(Cmac* cmac, const byte* key, word32 keySz,
|
|||||||
|
|
||||||
(void)unused;
|
(void)unused;
|
||||||
(void)heap;
|
(void)heap;
|
||||||
|
(void)devId;
|
||||||
|
|
||||||
if (cmac == NULL || keySz == 0 || type != WC_CMAC_AES)
|
if (cmac == NULL || keySz == 0 || type != WC_CMAC_AES)
|
||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
|
Reference in New Issue
Block a user