mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
ERR: Fixed missing return warning. Code was not reachable anyway.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user