Skip to content

Commit 5e793ab

Browse files
authored
woops
1 parent 255700a commit 5e793ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/blake3_dispatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void blake3_xof_many(const uint32_t cv[8],
234234
}
235235
#if defined(IS_X86)
236236
const enum cpu_feature features = get_cpu_features();
237-
MAYBE_UNUSED()
237+
MAYBE_UNUSED(features);
238238
#if !defined(_WIN32) && !defined(BLAKE3_NO_AVX512)
239239
if (features & AVX512VL) {
240240
blake3_xof_many_avx512(cv, block, block_len, counter, flags, out, outblocks);

0 commit comments

Comments
 (0)