library: move QUICK_THREADS hack before return
Minor complaint where a line to stop GCC from complaining occured after the return.
This commit is contained in:
parent
25f655891f
commit
8d7945fd0c
@ -1114,10 +1114,10 @@ static proc_t* simple_readtask(PROCTAB *restrict const PT, const proc_t *restric
|
|||||||
|
|
||||||
return t;
|
return t;
|
||||||
next_task:
|
next_task:
|
||||||
return NULL;
|
|
||||||
#ifndef QUICK_THREADS
|
#ifndef QUICK_THREADS
|
||||||
(void)p;
|
(void)p;
|
||||||
#endif
|
#endif
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user