ERR: Fixed missing return warning. Code was not reachable anyway.
This commit is contained in:
parent
d759b687a7
commit
5701282e98
|
@ -1824,6 +1824,7 @@ static pid_t kwsysProcessFork(kwsysProcess* cp,
|
|||
|
||||
/* Exit without cleanup. The parent holds all resources. */
|
||||
_exit(0);
|
||||
return 0; /* Never reached, but avoids SunCC warning. */
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue