Hack: union compound literal fix

This commit is contained in:
gingerBill
2018-11-29 22:23:30 +00:00
parent 3aec78b1d4
commit f3a4904f21
2 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -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);