summaryrefslogtreecommitdiff
path: root/output.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-14 21:01:10 -0400
committerPaul Smith <psmith@gnu.org>2013-09-14 21:01:10 -0400
commit3aa2aa7e82ac4c74df298f381c8d1d280cff852e (patch)
tree6db0995f7df540c78a6f66a7668a938a77024110 /output.c
parent29a94ceb76936b88e74052dcb81fe506145f6ff4 (diff)
downloadgunmake-3aa2aa7e82ac4c74df298f381c8d1d280cff852e.tar.gz
[SV 35248] Add --debug "n" flag to turn off current debug options.
Diffstat (limited to 'output.c')
-rw-r--r--output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.c b/output.c
index 6463432..c9e1909 100644
--- a/output.c
+++ b/output.c
@@ -186,7 +186,7 @@ static sync_handle_t sync_handle = -1;
static int
sync_init ()
{
- int combined_output;
+ int combined_output = 0;
#ifdef WINDOWS32
if ((!STREAM_OK (stdout) && !STREAM_OK (stderr))