diff options
-rw-r--r-- | Source/kwsys/ProcessUNIX.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c index e02fbfb..c5e0ada 100644 --- a/Source/kwsys/ProcessUNIX.c +++ b/Source/kwsys/ProcessUNIX.c @@ -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 |