From a82527e00fd535d0740deb45e39d041863116404 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 12 Aug 2025 14:54:23 +0200 Subject: Some generic fixes, mainly for building on Windows --- src/utils/wrapthread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/wrapthread.h') diff --git a/src/utils/wrapthread.h b/src/utils/wrapthread.h index 482b67f..28654fe 100644 --- a/src/utils/wrapthread.h +++ b/src/utils/wrapthread.h @@ -2,8 +2,8 @@ #define wrapthread_atomic -#define wrapthread_define_var_thread_t(x) char x; (void)(x) -#define wrapthread_define_var_mutex_t(x) char x; (void)(x) +#define wrapthread_define_var_thread_t(x) unused char x +#define wrapthread_define_var_mutex_t(x) unused char x #define wrapthread_define_struct_thread_t(x) char x #define wrapthread_define_struct_mutex_t(x) char x -- cgit v1.3