diff --git a/util/script.c b/util/script.c index 772918c..c3bc8e6 100644 --- a/util/script.c +++ b/util/script.c @@ -5363,6 +5363,7 @@ int ExternalSystemGetHostName(ExecutionContext *context, Value *returnValue) { } CoroutineState *ExternalCoroutineWaitAny(ExecutionContext *context) { + (void) context; while (sem_wait(&externalCoroutineSemaphore) == -1); pthread_mutex_lock(&externalCoroutineMutex); CoroutineState *unblocked = externalCoroutineUnblockedList;