summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessUNIX.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-10-31 20:44:00 (GMT)
committerBrad King <brad.king@kitware.com>2012-10-31 20:44:00 (GMT)
commit17fb60bb13643a0f79c815688c317f56c551ae58 (patch)
tree33710b20819640040b4cd91186dca3ac853a520d /Source/kwsys/ProcessUNIX.c
parent97c98876b715dd954b4ce744a1a86d1d14e6ab9d (diff)
parent7ae44db4b9a1b3b26f2d670135fc00324e24f348 (diff)
downloadCMake-17fb60bb13643a0f79c815688c317f56c551ae58.zip
CMake-17fb60bb13643a0f79c815688c317f56c551ae58.tar.gz
CMake-17fb60bb13643a0f79c815688c317f56c551ae58.tar.bz2
Merge branch 'upstream-kwsys' into import-KWSys-subtree
Diffstat (limited to 'Source/kwsys/ProcessUNIX.c')
-rw-r--r--Source/kwsys/ProcessUNIX.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c
index 9c66a44..1992211 100644
--- a/Source/kwsys/ProcessUNIX.c
+++ b/Source/kwsys/ProcessUNIX.c
@@ -2732,6 +2732,7 @@ static void kwsysProcessesSignalHandler(int signum
kwsysProcess* cp = kwsysProcesses.Processes[i];
kwsysProcess_ssize_t status=
read(cp->PipeReadEnds[KWSYSPE_PIPE_SIGNAL], &buf, 1);
+ (void)status;
status=write(cp->SignalPipe, &buf, 1);
(void)status;
}