mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
86box.c: Fix two static variable declarations, fixes warnings when compiled with CLang.
This commit is contained in:
@@ -344,8 +344,8 @@ __thread int is_cpu_thread = 0;
|
||||
|
||||
static wchar_t mouse_msg[3][200];
|
||||
|
||||
static volatile ATOMIC_INT do_pause_ack = 0;
|
||||
static volatile ATOMIC_INT pause_ack = 0;
|
||||
static ATOMIC_INT do_pause_ack = 0;
|
||||
static ATOMIC_INT pause_ack = 0;
|
||||
|
||||
#define LOG_SIZE_BUFFER 8192 /* Log size buffer */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user