diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-01-28 16:54:00 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-01-28 16:54:00 +0000 |
commit | dddd1be5ec6d46af84e84396f916334540773a03 (patch) | |
tree | 98482ddf5b584cad29d1083d1e6d6c3593ae6f82 | |
parent | eb4f9669716367912244182dd0eb788759f800ec (diff) | |
download | gunmake-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.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |