Skip to content

Commit 8924487

Browse files
fix warning for builds using cmac and not devID
1 parent 89c993e commit 8924487

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5219,6 +5219,7 @@ static void bench_cmac_helper(int keySz, const char* outMsg, int useDevId)
52195219
return;
52205220
}
52215221
#endif
5222+
(void)useDevId;
52225223

52235224
bench_stats_start(&count, &start);
52245225
do {

0 commit comments

Comments
 (0)