summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-01-28 16:54:00 +0000
committerEli Zaretskii <eliz@gnu.org>2012-01-28 16:54:00 +0000
commitdddd1be5ec6d46af84e84396f916334540773a03 (patch)
tree98482ddf5b584cad29d1083d1e6d6c3593ae6f82 /ChangeLog
parenteb4f9669716367912244182dd0eb788759f800ec (diff)
downloadgunmake-dddd1be5ec6d46af84e84396f916334540773a03.tar.gz
main.c (main, clean_jobserver): Move declarations of variables
not used in the WINDOWS32 build to the #else branch, to avoid compiler warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca06ec7..9f73e22 100644
--- 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.