1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

main.c (main, clean_jobserver): Move declarations of variables

not used in the WINDOWS32 build to the #else branch, to avoid
 compiler warnings.
This commit is contained in:
Eli Zaretskii 2012-01-28 16:54:00 +00:00
parent eb4f966971
commit dddd1be5ec

View File

@ -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.