From dddd1be5ec6d46af84e84396f916334540773a03 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Jan 2012 16:54:00 +0000 Subject: [PATCH] main.c (main, clean_jobserver): Move declarations of variables not used in the WINDOWS32 build to the #else branch, to avoid compiler warnings. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index ca06ec7f..9f73e220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-01-28 Eli Zaretskii + * main.c (main, clean_jobserver): Move declarations of variables + not used in the WINDOWS32 build to the #else branch, to avoid + compiler warnings. + Fix failures on MS-Windows when Make's standard handles are invalid. This can happen when Make is invoked from a GUI application.