emacs-devel
[Top][All Lists]
Advanced

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

Re: Suspicious warning in W64 build


From: Eli Zaretskii
Subject: Re: Suspicious warning in W64 build
Date: Sat, 16 Sep 2017 16:46:23 +0300

> From: Andy Moreton <address@hidden>
> Date: Sat, 16 Sep 2017 14:17:15 +0100
> 
> diff --git a/src/unexw32.c b/src/unexw32.c
> index 0c6b48342e..e97a52ba07 100644
> --- a/src/unexw32.c
> +++ b/src/unexw32.c
> @@ -471,7 +471,7 @@ get_section_info (file_data *p_infile)
>  }
>  
>  /* Format to print a DWORD_PTR value.  */
> -#ifdef MINGW_W64
> +#if defined MINGW_W64 && defined _WIN64
>  # define pDWP  "16llx"
>  #else
>  # define pDWP  "08lx"
> 
> With this change I get clean builds on mingw64 32bit and 64bit.

Thanks, pushed to the emacs-26 branch.



reply via email to

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