mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 10:41:57 -07:00
Avoid MinGW64 compiler warnings in unexw32.c
* src/unexw32.c (pDWP) [MINGW_W64]: Define to "16llx" only for the 64-bit build.
This commit is contained in:
parent
625cee5316
commit
12e864eb30
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ get_section_info (file_data *p_infile)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Format to print a DWORD_PTR value. */
|
/* Format to print a DWORD_PTR value. */
|
||||||
#ifdef MINGW_W64
|
#if defined MINGW_W64 && defined _WIN64
|
||||||
# define pDWP "16llx"
|
# define pDWP "16llx"
|
||||||
#else
|
#else
|
||||||
# define pDWP "08lx"
|
# define pDWP "08lx"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue