make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.1.90-1-g6e64032


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.1.90-1-g6e64032
Date: Sun, 24 Apr 2016 06:54:51 +0000

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  6e640321fdef276ae500c3263eab9962dbc625fd (commit)
      from  7241d136f4c249aa100af2da8a4f56b977b3d761 (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 6e640321fdef276ae500c3263eab9962dbc625fd
Author: Eli Zaretskii <address@hidden>
Date:   Sun Apr 24 09:53:38 2016 +0300

    Fix the MS-Windows MinGW build
    
    * build_w32.bat (GccCompile): Use -std=gnu99, as some code uses
    C99 features ('for' loop initial declarations).
    
    * dir.c (print_dir_data_base) [WINDOWS32]: Cast 'mtime' to
    'int64_t', and use %I64d to print it, to avoid compile-time
    warning about printing a 'time_t' value, which could be either
    a 32-bit or a 64 bit integral type.

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

Summary of changes:
 build_w32.bat |    2 +-
 dir.c         |   10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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