[SCM] make branch, master, updated. 4.4.1-56-g6b7f35cb
"Paul D. Smith" <[email protected]> Tue, 4 Jul 2023 18:27:15 -0400 (EDT)
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "make".
The branch, master has been updated
via 6b7f35cb0b7cb354c887d51af7b2f199af278a35 (commit)
via 10003747596b4e03df0fbce760c0e560cf80a3ca (commit)
via 8d76fb8778264b21820f7294c9845a1d00a466b7 (commit)
via ee366afbf1c9e821af9b86545da6ae1ce48d68e0 (commit)
via b686980c66e4ea47b6cf82e52a9e170298c829b4 (commit)
via 8e5c96c318170214979dffdac673dbfe39e0f8d8 (commit)
via 363bdaef8c49f08a0ff38c5b64027f70a0f9d438 (commit)
from b2bf660abc4611677670b01fcbb0dc94ce2c35f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6b7f35cb0b7cb354c887d51af7b2f199af278a35
Author: Paul Smith <[email protected]>
Date: Tue Jul 4 14:19:37 2023 -0400
* AUTHORS: Updates
commit 10003747596b4e03df0fbce760c0e560cf80a3ca
Author: Torbjörn SVENSSON <[email protected]>
Date: Fri Jun 9 21:00:32 2023 +0200
Fix GCC compile warning for "bad-function-cast" on Windows
Trick the compiler by hiding the cast in a function call.
* src/os.h: Declare the new function.
* src/w32/w32os.c (get_handle_for_fd): Convert and cast a file
descriptor into a Windows HANDLE.
(check_io_state): Call the new function rather than casting.
(osync_release): Ditto.
(fd_inherit): Ditto.
(fd_noinherit): Ditto.
* src/function.c (windows32_openpipe): Ditto.
* src/w32/compat/posixfcn.c (isatty): Ditto.
* src/w32/subproc/sub_proc.c (process_easy): Ditto.
commit 8d76fb8778264b21820f7294c9845a1d00a466b7
Author: Torbjörn SVENSSON <[email protected]>
Date: Fri Jun 9 21:00:31 2023 +0200
Fix GCC compile warning for "format-signedness" in Windows
* src/job.c (reap_children): Use unsigned int for DWORD.
* src/w32/subproc/sub_proc.c (process_easy): Ditto.
* src/w32/w32os.c (jobserver_setup): Ditto.
(jobserver_release): Ditto.
(jobserver_acquire): Ditto.
commit ee366afbf1c9e821af9b86545da6ae1ce48d68e0
Author: Torbjörn SVENSSON <[email protected]>
Date: Fri Jun 9 16:09:54 2023 +0200
* src/w32/compat/posixfcn.c (ttyname): Avoid const char*
commit b686980c66e4ea47b6cf82e52a9e170298c829b4
Author: Torbjörn SVENSSON <[email protected]>
Date: Fri Jun 9 16:09:55 2023 +0200
Fix GCC compile warning for "unused-parameter" on Windows
* src/w32/compat/posixfcn.c (isatty): Avoid unused-parameter warnings.
(jobserver_pre_child): Ditto.
(jobserver_post_child): Ditto.
(jobserver_acquire): Ditto.
(fd_set_append): Ditto.
commit 8e5c96c318170214979dffdac673dbfe39e0f8d8
Author: Torbjörn SVENSSON <[email protected]>
Date: Fri Jun 9 16:09:53 2023 +0200
Fix GCC compile warning format-security on Windows
* src/job.c (create_batch_file): Avoid non-static format strings.
* src/main.c (handle_runtime_exceptions): Ditto.
* src/w32/subproc/w32err.c (map_windows32_error_to_string): Ditto.
commit 363bdaef8c49f08a0ff38c5b64027f70a0f9d438
Author: Torbjörn SVENSSON <[email protected]>
Date: Fri Jun 9 16:09:52 2023 +0200
Fix GCC compile warning declaration-after-statement on Windows
* src/w32/w32os.c (check_io_state): Move the HANDLE declarations.
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 2 ++
src/function.c | 2 +-
src/job.c | 4 ++--
src/main.c | 4 ++--
src/os.h | 5 +++++
src/w32/compat/posixfcn.c | 8 +++++---
src/w32/subproc/sub_proc.c | 10 +++++-----
src/w32/subproc/w32err.c | 2 +-
src/w32/w32os.c | 41 ++++++++++++++++++++++++++---------------
9 files changed, 49 insertions(+), 29 deletions(-)
hooks/post-receive
--
make