take care of warnings
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
#include "twn_util.h"
|
||||
#include "twn_workers_c.h"
|
||||
#include "rendering/twn_draw_c.h"
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
SDL_sem *workers_job_semaphore;
|
||||
static SDL_sem *workers_job_semaphore;
|
||||
|
||||
static SDL_mutex *workers_mutex;
|
||||
static SDL_sem *workers_exit_semaphore; /* should come to count of `workers_pool_size` */
|
||||
|
Reference in New Issue
Block a user