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
commit9d55c8ff13adee1e922b36553d7e6b75d5e3ae13 (patch)
tree6db0995f7df540c78a6f66a7668a938a77024110 /output.c
parent6de1519d9278e5aaa41d11fd838df3722bc75869 (diff)
downloadmake-9d55c8ff13adee1e922b36553d7e6b75d5e3ae13.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 64634325..c9e19099 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))