mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix possible unused variable warning.
This commit is contained in:
@ -1499,6 +1499,7 @@ int wc_InitSha256_ex(wc_Sha256* sha256, void* heap, int devId)
|
||||
#ifdef WOLF_CRYPTO_CB
|
||||
sha256->devId = devId;
|
||||
#endif
|
||||
(void)devId;
|
||||
|
||||
return InitSha256(sha256);
|
||||
}
|
||||
|
Reference in New Issue
Block a user