diff options
Diffstat (limited to 'src/utils/wrapthread.h')
| -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 | ||
