diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-09-15 11:46:37 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-09-15 11:46:37 +0300 |
commit | 015172d1ba36de9ab2ca2cae020b6ab6793dbb8c (patch) | |
tree | f68751defdad63d9d14462a63d9948d712f7b08d /lisp/emacs-lisp | |
parent | 025e216566312b562bc1b3379e00e97ae539ea5f (diff) | |
download | emacs-015172d1ba36de9ab2ca2cae020b6ab6793dbb8c.tar.gz emacs-015172d1ba36de9ab2ca2cae020b6ab6793dbb8c.tar.bz2 emacs-015172d1ba36de9ab2ca2cae020b6ab6793dbb8c.zip |
Avoid compilation warnings with GCC 7 on MS-Windows
* src/w32term.c (w32_setup_relief_color, construct_mouse_click)
(w32_read_socket): Initialize variables to shut up bogus
compilation warnings from GCC 7.
* src/unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Cast to DWORD_PTR
to avoid compiler warnings about printing signed values using %x
format spec.
* src/dispnew.c (adjust_glyph_matrix): Add eassert to avoid
compiler warning about possible NULL pointer dereference.
* src/lisp.h (pI): Tweak the definition some more for MinGW64.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions