Skip to content

Commit b5eb899

Browse files
committed
Fix possible unused variable warning.
1 parent 8a5a467 commit b5eb899

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfcrypt/src/port/arm/armv8-sha256.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,7 @@ int wc_InitSha256_ex(wc_Sha256* sha256, void* heap, int devId)
14991499
#ifdef WOLF_CRYPTO_CB
15001500
sha256->devId = devId;
15011501
#endif
1502+
(void)devId;
15021503

15031504
return InitSha256(sha256);
15041505
}

0 commit comments

Comments
 (0)