take care of warnings

This commit is contained in:
veclavtalica
2025-03-01 01:06:32 +03:00
parent e47b761a2c
commit 5911cbd980
5 changed files with 6 additions and 11 deletions

View File

@ -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` */