From: Eli Zaretskii Date: Sat, 28 Jan 2012 16:54:00 +0000 (+0000) Subject: main.c (main, clean_jobserver): Move declarations of variables X-Git-Tag: moved-to-git~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dddd1be5ec6d46af84e84396f916334540773a03;p=thirdparty%2Fmake.git main.c (main, clean_jobserver): Move declarations of variables not used in the WINDOWS32 build to the #else branch, to avoid compiler warnings. --- 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.