mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
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
Block a user