diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 14:54:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 14:54:23 +0200 |
| commit | a82527e00fd535d0740deb45e39d041863116404 (patch) | |
| tree | f066d56411db306150725d827fd9b810e0b6dac6 /src/utils/wrapthread.h | |
| parent | e26d50d87cb2b1695d42f1ff8b9ab29a7d10e3aa (diff) | |
| download | nissy-core-a82527e00fd535d0740deb45e39d041863116404.tar.gz nissy-core-a82527e00fd535d0740deb45e39d041863116404.zip | |
Some generic fixes, mainly for building on Windows
Diffstat (limited to '')
| -rw-r--r-- | src/utils/wrapthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 2 | 2 | ||
| 3 | #define wrapthread_atomic | 3 | #define wrapthread_atomic |
| 4 | 4 | ||
| 5 | #define wrapthread_define_var_thread_t(x) char x; (void)(x) | 5 | #define wrapthread_define_var_thread_t(x) unused char x |
| 6 | #define wrapthread_define_var_mutex_t(x) char x; (void)(x) | 6 | #define wrapthread_define_var_mutex_t(x) unused char x |
| 7 | #define wrapthread_define_struct_thread_t(x) char x | 7 | #define wrapthread_define_struct_thread_t(x) char x |
| 8 | #define wrapthread_define_struct_mutex_t(x) char x | 8 | #define wrapthread_define_struct_mutex_t(x) char x |
| 9 | 9 | ||
