]> git.ipfire.org Git - thirdparty/make.git/commitdiff
main.c (main, clean_jobserver): Move declarations of variables
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Jan 2012 16:54:00 +0000 (16:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Jan 2012 16:54:00 +0000 (16:54 +0000)
 not used in the WINDOWS32 build to the #else branch, to avoid
 compiler warnings.

ChangeLog

index ca06ec7f391a61db0e18eec933702a349c9f905f..9f73e220123664ba96314f72c3233f338e7f8ba1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
 
+       * 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.