mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Hack: union compound literal fix
This commit is contained in:
+1
-1
@@ -982,7 +982,7 @@ typedef struct gbThread {
|
||||
|
||||
gbSemaphore semaphore;
|
||||
isize stack_size;
|
||||
b32 is_running;
|
||||
b32 volatile is_running;
|
||||
} gbThread;
|
||||
|
||||
GB_DEF void gb_thread_init (gbThread *t);
|
||||
|
||||
Reference in New Issue
Block a user