make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.3-243-g387d349d


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.3-243-g387d349d
Date: Sun, 25 Sep 2022 10:12:09 -0400 (EDT)

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  387d349dc8211e3eb2955cc5e29a85f186af82ce (commit)
      from  caad0e21819d14c8bdf0cf7cd75f275f0aa08876 (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 387d349dc8211e3eb2955cc5e29a85f186af82ce
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Sun Sep 25 17:11:12 2022 +0300

    Fix compiler warnings in the MS-Windows build.
    
    * src/w32/w32os.c (osync_get_mutex, osync_parse_mutex): Cast to
    DWORD_PTR when converting integers to HANDLEs and vice versa.
    
    * src/w32/pathstuff.c (w32ify): Pacify compiler warnings about
    'strncpy'.
    
    * src/makeint.h (PRId64) [!HAVE_INTTYPES_H]: Define if undefined.
    * src/function.c (func_wordlist): Use PRId64 instead of %lld.

-----------------------------------------------------------------------

Summary of changes:
 src/function.c      | 4 ++--
 src/makeint.h       | 8 ++++++++
 src/w32/pathstuff.c | 4 ++--
 src/w32/w32os.c     | 6 ++++--
 4 files changed, 16 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]