diff --git a/thpool.c b/thpool.c index d255e54..b80abe5 100644 --- a/thpool.c +++ b/thpool.c @@ -274,6 +274,7 @@ void thpool_pause(thpool_* thpool_p) { /* Resume all threads in threadpool */ void thpool_resume(thpool_* thpool_p) { + (void)thpool_p; threads_on_hold = 0; }