From f72d88437061ec6c72aad96f7656db74a0a703c6 Mon Sep 17 00:00:00 2001 From: divinity76 Date: Sat, 3 Feb 2024 00:50:48 +0100 Subject: [PATCH] forgot semicolon tcc requires it? --- c/blake3_dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/blake3_dispatch.c b/c/blake3_dispatch.c index 9e51a93..34a8004 100644 --- a/c/blake3_dispatch.c +++ b/c/blake3_dispatch.c @@ -298,7 +298,7 @@ size_t blake3_simd_degree(void) { } #endif #else -MAYBE_UNUSED(get_cpu_features) + MAYBE_UNUSED(get_cpu_features); #endif #if BLAKE3_USE_NEON == 1 return 4;