avoid compiler warnings
This commit is contained in:
parent
c245ef4c67
commit
f9f43a4be7
|
@ -9658,6 +9658,16 @@ static Scheme_Object *subprocess(int c, Scheme_Object *args[])
|
||||||
intptr_t spawn_status;
|
intptr_t spawn_status;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(PROCESS_FUNCTION) && !defined(MAC_CLASSIC_PROCESS_CONTROL)
|
||||||
|
/* avoid compiler warnings: */
|
||||||
|
to_subprocess[0] = -1;
|
||||||
|
to_subprocess[1] = -1;
|
||||||
|
from_subprocess[0] = -1;
|
||||||
|
from_subprocess[1] = -1;
|
||||||
|
err_subprocess[0] = -1;
|
||||||
|
err_subprocess[1] = -1;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*--------------------------------------------*/
|
/*--------------------------------------------*/
|
||||||
/* Sort out ports (create later if necessary) */
|
/* Sort out ports (create later if necessary) */
|
||||||
/*--------------------------------------------*/
|
/*--------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user