]> git.eshelyaron.com Git - emacs.git/commit
Avoid compilation warnings with GCC 7 on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Sep 2017 08:46:37 +0000 (11:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Sep 2017 08:46:37 +0000 (11:46 +0300)
commit015172d1ba36de9ab2ca2cae020b6ab6793dbb8c
treef68751defdad63d9d14462a63d9948d712f7b08d
parent025e216566312b562bc1b3379e00e97ae539ea5f
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.
src/dispnew.c
src/lisp.h
src/unexw32.c
src/w32term.c