mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
task_queue.c - Prevent warning
This commit is contained in:
parent
d9de92f48b
commit
9af5b44453
@ -398,7 +398,9 @@ bool task_queue_ctl(enum task_queue_ctl_state state, void *data)
|
|||||||
return task_threaded_enable;
|
return task_threaded_enable;
|
||||||
case TASK_QUEUE_CTL_INIT:
|
case TASK_QUEUE_CTL_INIT:
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_THREADS
|
||||||
bool *boolean_val = (bool*)data;
|
bool *boolean_val = (bool*)data;
|
||||||
|
#endif
|
||||||
|
|
||||||
impl_current = &impl_regular;
|
impl_current = &impl_regular;
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user