One more attempt to avoid GCC 7 warnings in dispnew.c
commit541b596bf155ceb17958e1d122920f6bb1a1ab58
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Sep 2017 18:59:08 +0000 (15 21:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Sep 2017 18:59:08 +0000 (15 21:59 +0300)
tree461fa199637cfeecb205f9597feeea101adbc172
parent6e38b9253e3d67def0e16f90da574b4622d962a3
One more attempt to avoid GCC 7 warnings in dispnew.c

* src/dispnew.c (adjust_glyph_matrix): Use eassume instead of
eassert, to avoid compilation warnings about NULL pointer
dereferences.
src/dispnew.c