mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-30 16:41:44 +00: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:
parent
eb4f966971
commit
dddd1be5ec
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
2012-01-28 Eli Zaretskii <eliz@gnu.org>
|
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.
|
Fix failures on MS-Windows when Make's standard handles are invalid.
|
||||||
This can happen when Make is invoked from a GUI application.
|
This can happen when Make is invoked from a GUI application.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue